I'm trying to make a visualization for processing that parses JSON data into a nice chart. So far i've got processing loading the JSON data as a large string (i think) but i cannot go anywhere from here.
I've tried some examples (and found the new york times JSON example especially helpful) but i just cannot get the info stored into a data format I can handle (mainly floats)
Any help on this would be greatly appreciated as I'm totally lost (googling "processing JSON" and every iteration i can think of has only proven to be mildly helpful)