std.data.json formal review

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


On 7/28/2015 10:49 PM, H. S. Teoh via Digitalmars-d wrote:
> How does a linear range of nodes convey a nested structure?

You'd need to add a special node type, 'end'. So an array [1,true] would look like:

     array number true end




More information about the Digitalmars-d mailing list