The example JSON project on start page is extremely simple. It does not include setting attrib values in the JSON.
Here is what I'm trying to do...
So if my JSON string is: "{ ""ActionId"": [0,0,0,0,0,0,0,0], ""Score"": [0,0,0,0,0,0,0,0] }"
I do JSON.Parse on that.
Then I want to change the first ActionId number in array
Then I want to change the first Score number in array
Here is a screen shot...
Here is the debug runtime output. You can see the arrays are simply erased by above code...
Seems I don't know how to set these array values using the JSON plugin. What am I doing wrong?