Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
A utility class that parses raw JSON data and uses a helper class to construct the desired representations of what is parsed. More...
#include <json.hpp>
Public Types | |
typedef T::object_type | object_type |
typedef T::array_type | array_type |
typedef T::value_type | value_type |
typedef T::string_type | string_type |
typedef T::key_type | key_type |
Public Member Functions | |
json_parser (const char *p) | |
value_type | parse () |
The helper class, T has some requirements:
typedef T::object_type object_type |
typedef T::array_type array_type |
typedef T::value_type value_type |
typedef T::string_type string_type |
|
explicit |
value_type parse | ( | ) |