cocos2d-x 3.0 |
)
- 文件列表 - 文件成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
Json.h 文件参考
## 类 | |
struct | Json |
## 宏定义 | |
#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 |
## 函数 | |
Json | Json_create (const char value) |
void | Json_dispose (Json json) |
Json | Json_getItem (Json json, const char string) |
const char | Json_getString (Json json, const char name, const char defaultValue) |
float | Json_getFloat (Json json, const char name, float defaultValue) |
int | Json_getInt (Json json, const char name, int defaultValue) |
const char * | Json_getError (void) |
宏定义说明
#define Json_Array 5 |
#define Json_False 0 |
#define Json_NULL 2 |
#define Json_Number 3 |
#define Json_Object 6 |
#define Json_String 4 |
#define Json_True 1 |
函数说明
Json Json_create | ( | const char | value | ) |
void Json_dispose | ( | Json * | json | ) |
const char* Json_getError | ( | void | ) |
float Json_getFloat | ( | Json | json, |
const char | name, | ||
float | defaultValue | ||
) |
int Json_getInt | ( | Json | json, |
const char | name, | ||
int | defaultValue | ||
) |
Json Json_getItem | ( | Json | json, |
const char * | string | ||
) |
const char Json_getString | ( | Json | json, |
const char | name, | ||
const char | defaultValue | ||
) |
- cocos
- editor-support
- spine
- Json.h
- 生成于 2014年 五月 29日 星期四 09:41:42 , 为 cocos2d-x使用 1.8.6