Also if you are loading from a string / text json to array you need double quotes on strings and whole json in quotes
using example from above notice the double quotes on all strings including "array" "true" "size"
"{""c2array"":true,""size"":[10,3,1],""data"":[
[[1],[""Jeffrey""],[5]],
[
[2],[""Lisa""],[72]],
[
[3],[""Pamela""],[31]],
[
[4],[""Anna""],[67]],
[
[5],[""Antonio""],[28]],
[
[6],[""Judith""],[45]],
[
[7],[""Billy""],[88]],
[
[8],[""Amy""],[76]],
[
[9],[""Theresa""],[69]],
[
[10],[""Kathryn""],[25]]
]}"