Handles parsing of JSON objects.
Static Public Member Functions | |
static string | Stringify (JSObject jsonObject) |
Writes a JSON object to a string. More... | |
static JSObject | Parse (string json) |
Reads a JSON object from the given string. More... | |
Static Private Member Functions | |
static JSObject | ReadObject (CodeLexer parser) |
Reads a JSON array from the given parser. More... | |
|
inlinestatic |
Reads a JSON object from the given string.
Reads a JSON array from the given parser.