On Tue, Jul 28, 2015 at 10:43:20PM -0700, Walter Bright via Digitalmars-d wrote: > On 7/28/2015 3:55 PM, Walter Bright wrote: > >>OTOH, some people might want the option of parser-driven data > >>processing instead (e.g. the JSON data is very large and we don't > >>want to store the whole thing in memory at once). > > > >That is a good point. > > So it appears that JSON can be in one of 3 useful states: > > 1. a range of characters (rc) > 2. a range of nodes (rn) > 3. a container of JSON values (values) [...]
How does a linear range of nodes convey a nested structure? T -- Let's call it an accidental feature. -- Larry Wall
