Robert Jacques Wrote: > > By the way, JSON doesn't support associative arrays in general. It only > supports AA in the sense that JSON objects are an array of string:value > pairs.
Or something like this:
[{"key":123,"val":"foo"},{"key":456,"val":"bar"}]
