Detailed Description

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...
 

Member Function Documentation

static JSObject Json.JSON.Parse ( string  json)
inlinestatic

Reads a JSON object from the given string.

static JSObject Json.JSON.ReadObject ( CodeLexer  parser)
inlinestaticprivate

Reads a JSON array from the given parser.

static string Json.JSON.Stringify ( JSObject  jsonObject)
inlinestatic

Writes a JSON object to a string.