|
cocos2d-x
3.3
|
#include <Json.h>
Public Attributes | |
| struct Json * | next |
| struct Json * | child |
| int | type |
| int | size |
| const char * | valueString |
| int | valueInt |
| float | valueFloat |
| const char * | name |
| struct Json* child |
| const char* name |
| struct Json* next |
| int size |
| int type |
| float valueFloat |
| int valueInt |
| const char* valueString |