An easy to use JSON parser ~~~~~~~~~~~~~~~~ How to use ~~~~~~~~~~~~~~~~ Use the "parse JSON ()" block to initially parse. For objects, use: • item (item # of ["key"] of [keys v]) of [values v]) Where "key" is the key you want to get the value of. For arrays, use them as you would with regular scratch lists If you have nested objects/arrays, you will need to parse those values to get their contents ~~~~~~~~~~~~~~~ Important Info ~~~~~~~~~~~~~~~ In objects, keys have to be a "string". Values can be: • a string: "blah" • a number: 123 • boolean: true • null value: null • an array: [1, 2, 3] • an object: {"key": "value"}
Feel free to use this, just credit me for the parser If any bugs are found please let me know!