FreeSWITCH API Documentation  1.7.0
Data Fields
cJSON Struct Reference

#include <switch_json.h>

+ 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 43 of file switch_json.h.

Field Documentation

struct cJSON* cJSON::child
struct cJSON* cJSON::next
struct cJSON * cJSON::prev
char* cJSON::string
int cJSON::type
double cJSON::valuedouble

Definition at line 51 of file switch_json.h.

Referenced by cJSON_CreateNumber(), cJSON_Duplicate(), parse_number(), and print_number().

int cJSON::valueint
char* cJSON::valuestring

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