std.data.json formal review

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 29 03:10:34 PDT 2015


On 2015-07-29 06:57, Walter Bright wrote:

> A JSON value is a tagged union of the various types.

But in most cases I think there will be one root node, of type object. 
In that case it would be range with only one element? How does that help?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list