FD.io VPP  v21.06
Vector Packet Processing
cJSON Struct Reference
+ Collaboration diagram for cJSON:

Data Fields

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

Detailed Description

Definition at line 103 of file cJSON.h.

Field Documentation

◆ child

struct cJSON* cJSON::child

Definition at line 109 of file cJSON.h.

◆ next

struct cJSON* cJSON::next

Definition at line 106 of file cJSON.h.

◆ prev

struct cJSON* cJSON::prev

Definition at line 107 of file cJSON.h.

◆ string

char* cJSON::string

Definition at line 122 of file cJSON.h.

◆ type

int cJSON::type

Definition at line 112 of file cJSON.h.

◆ valuedouble

double cJSON::valuedouble

Definition at line 119 of file cJSON.h.

◆ valueint

int cJSON::valueint

Definition at line 117 of file cJSON.h.

◆ valuestring

char* cJSON::valuestring

Definition at line 115 of file cJSON.h.


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