I know this should be fairly basic so I must be doing something wrong.
I'm sending a json_encoded string from my php file to C2. The string shows [4,3,1,3,1,2,1,1,0,3] when C2 receives it (when set in a text object). It's just 10 numbers in PHP.
I then try to load it into my C2 array with Array -> Load from JSON string (String).
The array is still empty, so I'm doing something wrong. Any ideas?