* Parses a stream of JSON tokens and returns the result as a JSONValue.
*
* All tokens belonging to the document will be consumed from the input range.
* Any tokens after the end of the first JSON document will be left in the
* input token range for possible later consumption.
* Parses a stream of JSON tokens and returns the result as a JSONValue. * * All tokens belonging to the document will be consumed from the input range. * Any tokens after the end of the first JSON document will be left in the * input token range for possible later consumption.