streaming redux

Sean Kelly sean at invisibleduck.org
Wed Dec 29 06:27:48 PST 2010


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"}]


More information about the Digitalmars-d mailing list