cocos2d-x  3.0alpha1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Json.h File Reference

Classes

struct  Json
 

Namespaces

 spine
 

Constant Groups

 spine
 

Macros

#define Json_False   0
#define Json_True   1
#define Json_NULL   2
#define Json_Number   3
#define Json_String   4
#define Json_Array   5
#define Json_Object   6

Functions

Json (const char *value)
void  (Json *json)
int  (Json *json)
Json (Json *json, int item)
Json (Json *json, const char *string)
const char *  (Json *json, const char *name, const char *defaultValue)
float  (Json *json, const char *name, float defaultValue)
int  (Json *json, const char *name, int defaultValue)
const char *  (void)

Macro Definition Documentation

#define Json_Array   5
var Json_Array   5
local Json_Array   5
#define Json_False   0
var Json_False   0
local Json_False   0
#define Json_NULL   2
var Json_NULL   2
local Json_NULL   2
#define Json_Number   3
var Json_Number   3
local Json_Number   3
#define Json_Object   6
var Json_Object   6
local Json_Object   6
#define Json_String   4
var Json_String   4
local Json_String   4
#define Json_True   1
var Json_True   1
local Json_True   1