|
dxjson 1.0
JSON library for C++
|
Classes | |
| class | Array |
| class | Boolean |
| class | Integer |
| class | JSON |
| class | JSONException |
| class | Null |
| class | Object |
| class | Real |
| class | String |
| class | Value |
Enumerations | |
| enum | JSONValue { JSON_UNDEFINED = 0 , JSON_OBJECT = 1 , JSON_HASH = 1 , JSON_ARRAY = 2 , JSON_INTEGER = 3 , JSON_REAL = 4 , JSON_STRING = 5 , JSON_BOOLEAN = 6 , JSON_NULL = 7 } |
Functions | |
| template<typename T > | |
| void | assertValidityOfNumericType (const T &value) |
| template<> | |
| std::string | JSON::get< std::string > () const |
This is the namespace which contain the JSON and JSONException class
| enum dx::JSONValue |
Enum for storing type of a particular JSON object. See http://json.org/ for possible JSON values.
To know which type of value a JSON object holds, use the function JSON::type()
| void dx::assertValidityOfNumericType | ( | const T & | value | ) |
|
inline |
Return back the string stored inside JSON_STRING object