Does anyone know of an existing script or code snippets to get me started on parsing JSON data? I'm particularly interested in how to handle the process of reading each key:value hash and writing it to the JMP data table.
Here's a sample with a group ID number, followed by the timestamp:reading hashes.
{ "1":[[1341118805, 0.654], [1341205195, 0.654]] , "10037506":[[1341118820.000, 0.900], [1341118880.000, 0.000], ... }