mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 03:49:06 +08:00
add uint64 data to json-c
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user