| Key: | |||
|---|---|---|---|
Private function | Public function | Protected function | Other functions |
Blocks off the public constructor
Parses a complete JSON encoded string
This is just a wrapper around the UNICODE Parse().
| data | The JSON text |
Parses a complete JSON encoded string (UNICODE input version)
| data | The JSON text |
Turns the passed in JSONValue into a JSON encode string
| value | The root value |
Skips over any whitespace characters (space, tab, \r or \n) defined by the JSON spec
| data | Pointer to a wchar_t* that contains the JSON text |
Extracts a JSON String as defined by the spec - "<some chars>"
Any escaped characters are swapped out for their unescaped values
| data | Pointer to a wchar_t* that contains the JSON text |
| str | Reference to a std::wstring to receive the extracted string |
Parses some text as though it is an integer
| data | Pointer to a wchar_t* that contains the JSON text |