Syntactical errors in the script: this is how it should read:
>
> "multi" : {
> "multiOne" : {
> "myArray" : [1, 2 , 3 , 4 , 5 , 6 ],
> "anotherArray" : ["a", "b", "c"]
> }
> "multiTwo" : {
> "myArray2" : [1, 2 , 3 , 4 , 5 , 6 ],
> "anotherArray2" : ["a", "b", "c"]
> }
> }
> };
>
- Marc