Struct cJSON
Public Attributes
| Type | Name |
|---|---|
| struct cJSON * | child |
| struct cJSON * | next |
| struct cJSON * | prev |
| char * | string |
| int | type |
| double | valuedouble |
| int | valueint |
| char * | valuestring |
Public Attributes Documentation
variable child
struct cJSON* cJSON::child;
variable next
struct cJSON* cJSON::next;
variable prev
struct cJSON* cJSON::prev;
variable string
char* cJSON::string;
variable type
int cJSON::type;
variable valuedouble
double cJSON::valuedouble;
variable valueint
int cJSON::valueint;
variable valuestring
char* cJSON::valuestring;
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/include/cJSON.h