cJSON Struct Reference

#include <cJSON.h>

Public Attributes

struct cJSONnext
 
struct cJSONprev
 
struct cJSONchild
 
int type
 
char * valuestring
 
int valueint
 
double valuedouble
 
char * string
 

Member Data Documentation

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

The documentation for this struct was generated from the following file: