Simpleson
|
Base namespace for simpleson. More...
Namespaces | |
namespace | parsing |
Namespace used for JSON parsing functions. | |
Classes | |
class | invalid_key |
Exception used for invalid JSON keys. More... | |
class | jobject |
The class used for manipulating JSON objects and arrays. More... | |
class | kvp_reader |
Class for reading object key value pairs. More... | |
class | parsing_error |
Exception used when invalid JSON is encountered. More... | |
class | reader |
Value reader. More... | |
Typedefs | |
typedef std::pair< std::string, std::string > | kvp |
(k)ey (v)alue (p)air | |
Base namespace for simpleson.