Re: [v8-users] Parsing only select fields of a JSON in v8

2018-04-24 Thread Jakob Kummerow
There is no way to parse only part of a JSON string. On Tue, Apr 24, 2018 at 3:30 AM Gautham B A wrote: > Hi all, > > As per the JSON spec, there's some mention about JSON pointers which says > > JSON Pointer defines a string syntax for identifying a specific value

[v8-users] Parsing only select fields of a JSON in v8

2018-04-24 Thread Gautham B A
Hi all, As per the JSON spec, there's some mention about JSON pointers which says JSON Pointer defines a string syntax for identifying a specific value >within a JavaScript Object Notation (JSON) document. > > https://tools.ietf.org/html/rfc6901 Consider a large JSON { "a" : 1234, "b" : [1,