ROOTANA
Data Structures | Macros | Typedefs
mjson.h File Reference
#include <string>
#include <vector>
Include dependency graph for mjson.h:

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