add uint64 data to json-c

This commit is contained in:
dota17
2020-02-20 15:17:05 +08:00
parent 518f337ce8
commit 3c3b5920f7
24 changed files with 431 additions and 37 deletions

View File

@@ -35,6 +35,7 @@ struct json_object
json_bool c_boolean;
double c_double;
int64_t c_int64;
uint64_t c_uint64;
struct lh_table *c_object;
struct array_list *c_array;
struct {