| Wt
    3.3.0
    | 
Namespace for the JSON Library (Wt::Json). More...
| Classes | |
| class | Array | 
| A JSON array.  More... | |
| class | Object | 
| A JSON object.  More... | |
| class | ParseError | 
| A parse error.  More... | |
| class | TypeException | 
| Exception that indicates a type error.  More... | |
| class | Value | 
| A JSON value.  More... | |
| Enumerations | |
| enum | Type { NullType, StringType, BoolType, NumberType, ObjectType, ArrayType } | 
| Enumeration for the type of a JSON value.  More... | |
| Functions | |
| WT_API void | parse (const std::string &input, Value &result, bool validateUTF8=true) | 
| Parse function. | |
| WT_API bool | parse (const std::string &input, Value &result, ParseError &error, bool validateUTF8=true) | 
| Parse function. | |
| WT_API void | parse (const std::string &input, Object &result, bool validateUTF8=true) | 
| Parse function. | |
| WT_API bool | parse (const std::string &input, Object &result, ParseError &error, bool validateUTF8=true) | 
| Parse function. | |
Namespace for the JSON Library (Wt::Json).
 1.7.5.1
 1.7.5.1