Default context to use during deserialization.
Default context to use during deserialization.
Method for deserializing a JSON string into a JavaScript object or value.
the JSON string to be deserialized.
the context to be used during deserialization.
Method for applying json decorators to a JavaScript object/value parsed. It returns a JavaScript object/value with json decorators applied.
the JavaScript object or value to be postprocessed.
the context to be used during deserialization postprocessing.
Make a default JsonParserContext.
Merge multiple JsonParserContext into one. Array direct properties will be concatenated, instead, Map and Object Literal direct properties will be merged. All the other properties, such as JsonParserContext.mainCreator, will be completely replaced.
list of contexts to be merged.
Generated using TypeDoc
JsonParser provides functionality for reading JSON. It is also highly customizable to work both with different styles of JSON content, and to support more advanced Object concepts such as polymorphism and Object identity.