AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Public Attributes | List of all members
cJSON Struct Reference

#include <cJSON.h>

Public Attributes

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

Detailed Description

Definition at line 114 of file cJSON.h.

Member Data Documentation

◆ child

struct cJSON* cJSON::child

Definition at line 120 of file cJSON.h.

◆ next

struct cJSON* cJSON::next

Definition at line 117 of file cJSON.h.

◆ prev

struct cJSON* cJSON::prev

Definition at line 118 of file cJSON.h.

◆ string

char* cJSON::string

Definition at line 133 of file cJSON.h.

◆ type

int cJSON::type

Definition at line 123 of file cJSON.h.

◆ valuedouble

double cJSON::valuedouble

Definition at line 130 of file cJSON.h.

◆ valueint

int cJSON::valueint

Definition at line 128 of file cJSON.h.

◆ valuestring

char* cJSON::valuestring

Definition at line 126 of file cJSON.h.


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