|
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 |
| int | array_size |
| sstr_t | type_name |
| int | map_value_type |
| sstr_t | map_value_type_name |
| int | is_optional |
| int | is_nullable |
| sstr_t | json_name |
| sstr_t | default_value |
| int | has_default |
| int | is_deprecated |
| int | line |
| int | col |
| 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.