I tried to do this with:
arr[i][j] = \'whatever\';
but I get some kind of error \"cannot convert to object...\"
Set Like
a[3]["fieldName"]="xxxx";