|
json-gen-c
0.1.5
json-gen-c generate C code for json manipulation
|

Public Attributes | ||
| enum lsp_json_type | type | |
| union { | ||
| int bool_val | ||
| long number_val | ||
| sstr_t string_val | ||
| struct { | ||
| struct lsp_json_value * items | ||
| int count | ||
| } array | ||
| struct { | ||
| char ** keys | ||
| struct lsp_json_value * values | ||
| int count | ||
| } object | ||
| } | u | |