json-gen-c
0.1.5
json-gen-c generate C code for json manipulation
|
Public Attributes | ||
size_t | length | |
char | type | |
union { | ||
char short_str [SHORT_STR_CAPACITY+1] | ||
struct { | ||
size_t capacity | ||
char * data | ||
} long_str | ||
struct { | ||
char * data | ||
} ref_str | ||
} | un | |