I'm trying to navigate through not being able to read multidimensional arrays with JavaScriptSerializer
.
I think there's a workaround if I can do what's in this answer https://stackoverflow.com/a/9547490/1382306
Basically, if I can store json arrays in each field[]
and loop through field
, it should be no problem.
How do I loop through field
if it's in the query string of this format
?field[]=["a","b","c"]&field[]=["d","e","f"]