satyr
0.28
|
Data Fields | |
struct sr_json_value * | parent |
enum sr_json_type | type |
union { | |
int boolean | |
long long integer | |
double dbl | |
struct { | |
unsigned length | |
char * ptr | |
} string | |
struct { | |
unsigned length | |
struct { | |
char * name | |
struct sr_json_value * value | |
} values | |
} object | |
struct { | |
unsigned length | |
struct sr_json_value ** values | |
} array | |
} | u |
union { | |
struct sr_json_value * next_alloc | |
void * object_mem | |
} | _reserved |