|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <cJSON.h>
Public Attributes | |
| struct cJSON * | next |
| struct cJSON * | prev |
| struct cJSON * | child |
| int | type |
| int | valueint |
| char * | valuestring |
| double | valuedouble |
| char * | string |
| struct cJSON* Aws::cJSON::child |
| struct cJSON* Aws::cJSON::next |
| struct cJSON* Aws::cJSON::prev |
| char* Aws::cJSON::string |
| int Aws::cJSON::type |
| double Aws::cJSON::valuedouble |
| int Aws::cJSON::valueint |
| char* Aws::cJSON::valuestring |