parseJSON

Parses a serialized string and returns a tree of JSON values.

Parameters

json T

json-formatted string to parse

options JSONOptions

enable decoding string representations of NaN/Inf as float values

Throws

JSONException if the depth exceeds the max depth.

Meta