aws-crt-cpp
Public Attributes | List of all members
Aws::cJSON Struct Reference

#include <cJSON.h>

Public Attributes

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

Member Data Documentation

◆ child

struct cJSON* Aws::cJSON::child

◆ next

struct cJSON* Aws::cJSON::next

◆ prev

struct cJSON* Aws::cJSON::prev

◆ string

char* Aws::cJSON::string

◆ type

int Aws::cJSON::type

◆ valuedouble

double Aws::cJSON::valuedouble

◆ valueint

int Aws::cJSON::valueint

◆ valuestring

char* Aws::cJSON::valuestring

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