std.data.json formal review

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 29 11:33:10 PDT 2015


On 7/29/2015 3:10 AM, Jacob Carlborg wrote:
> 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.

An object is a collection of other Values.


 > In that case it would be range with only one element? How does that help?

I don't understand the question.


More information about the Digitalmars-d mailing list