#include <Json.h>
Public Attributes | |
struct Json * | next |
struct Json * | prev |
struct Json * | child |
int | type |
const char * | valuestring |
int | valueint |
float | valuefloat |
const char * | name |
struct Json* child |
const char* name |
struct Json* next |
struct Json* prev |
int type |
float valuefloat |
int valueint |
const char* valuestring |