json-gen-c
0.1.5
json-gen-c generate C code for json manipulation
|
generate json manipulate codes. More...
Go to the source code of this file.
Macros | |
#define | OUTPUT_C_FILENAME "json.gen.c" |
#define | OUTPUT_H_FILENAME "json.gen.h" |
Functions | |
int | gencode_source (struct hash_map *struct_map, sstr_t source, sstr_t header) |
generate json manipulate codes by struct_map into source and header. More... | |
generate json manipulate codes.
generate json manipulate codes by struct_map into source and header.
struct_map | the hash map that store all structs parsed from struct defintion files. |
source | the output source code. |
header | the output header code. |