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

◆ child

struct cJSON* cJSON::child

◆ next

struct cJSON* cJSON::next

◆ prev

struct cJSON* cJSON::prev

◆ string

char* cJSON::string

◆ type

int cJSON::type

◆ valuedouble

double cJSON::valuedouble

◆ valueint

int cJSON::valueint

◆ valuestring

char* cJSON::valuestring

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