Wt  3.2.2
Classes | Enumerations | Functions
Wt::Json Namespace Reference

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)
 Parse function.
WT_API bool parse (const std::string &input, Value &result, ParseError &error)
 Parse function.
WT_API void parse (const std::string &input, Object &result)
 Parse function.
WT_API bool parse (const std::string &input, Object &result, ParseError &error)
 Parse function.

Detailed Description

Namespace for the JSON Library (Wt::Json).

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator

Generated on Fri Jul 27 2012 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1