ROOTANA
|
#include <string>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | MJsonNode |
Macros | |
#define | MJSON_ERROR -1 |
#define | MJSON_NONE 0 |
#define | MJSON_ARRAY 1 |
#define | MJSON_OBJECT 2 |
#define | MJSON_STRING 3 |
#define | MJSON_INT 4 |
#define | MJSON_NUMBER 5 |
#define | MJSON_BOOL 6 |
#define | MJSON_NULL 7 |
#define | MJSON_JSON 8 |
#define | MJSON_ARRAYBUFFER 9 |
Typedefs | |
typedef std::vector< std::string > | MJsonStringVector |
typedef std::vector< MJsonNode * > | MJsonNodeVector |