hipjson

Undocumented in source.

Members

Enums

JSONType
enum JSONType
Undocumented in source.

Functions

isNumber
bool isNumber(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isNumeric
bool isNumeric(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isWhitespace
bool isWhitespace(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
parseJSON
JSONValue parseJSON(string jsonData)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

JSONArray
struct JSONArray
Undocumented in source.
JSONObject
struct JSONObject
Undocumented in source.
JSONValue
struct JSONValue
Undocumented in source.

Meta