FreeWRL / FreeX3D 4.3.0
|
Data Fields | ||
union { | ||
JSON_int_t integer_value | ||
double float_value | ||
struct { | ||
const char * value | ||
size_t length | ||
} str | ||
} | vu | |
Definition at line 81 of file cson_amalgamation_core.c.
double JSON_value_struct::float_value |
Definition at line 85 of file cson_amalgamation_core.c.
JSON_int_t JSON_value_struct::integer_value |
Definition at line 83 of file cson_amalgamation_core.c.
size_t JSON_value_struct::length |
Definition at line 89 of file cson_amalgamation_core.c.
const char* JSON_value_struct::value |
Definition at line 88 of file cson_amalgamation_core.c.