json-gen-c
0.1.5
json-gen-c generate C code for json manipulation
|
structure to store field list of parsed structs. A struct may have multiple field, and each field may be an array, or a struct. We use a single linked list to store the fields of a struct. More...
#include <struct_parse.h>
Public Attributes | |
sstr_t | name |
int | type |
int | is_array |
sstr_t | type_name |
struct struct_field * | next |
structure to store field list of parsed structs. A struct may have multiple field, and each field may be an array, or a struct. We use a single linked list to store the fields of a struct.