#include <cJSON.h>
Public Attributes | |
struct cJSON * | child |
struct cJSON * | next |
struct cJSON * | prev |
char * | string |
int | type |
double | valuedouble |
int | valueint |
char * | valuestring |
struct cJSON* cJSON::child |
struct cJSON* cJSON::next |
struct cJSON * cJSON::prev |
char* cJSON::string |
int cJSON::type |
double cJSON::valuedouble |
int cJSON::valueint |
char* cJSON::valuestring |