JSON
System.JSON
Last updated
Was this helpful?
System.JSON
Last updated
Was this helpful?
Namespace: System
Assembly: Wisej.Framework (3.0.0.0)
Provides JSON serialization and parsing functionality and extends every with the methods.
Parses a JSON string to a dynamic object, similar to a JavaScript "expando" object.
json
The JSON string to parse.
Returns: . An instance of containing all the values parsed from the json string.
Parses a JSON string to a dynamic object, similar to a JavaScript "expando" object.
stream
Returns: . An instance of containing all the values parsed from the stream stream.
Serializes the object to a JSON string.
obj
The object to serialize.
formatted
True to format the output JSON string.
Serializes the object to a JSON string.
obj
The object to serialize.
options
Serializes the object to a JSON string.
obj
The object to serialize.
formatted
True to format the output JSON string.
Serializes the object to a JSON string.
obj
The object to serialize.
options
A providing the JSON string to parse.
Returns: . A representing the serialized object.
A combination of flags.
Returns: . A representing the serialized object.
Returns: . A representing the serialized object.
A combination of flags.
Returns: . A representing the serialized object.