RTS API Documentation  1.10.11
Data Fields
cJSON Struct Reference

#include <switch_cJSON.h>

+ Collaboration diagram for cJSON:

Data Fields

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

Detailed Description

Definition at line 95 of file switch_cJSON.h.

Field 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: