mirror of
https://github.com/json-c/json-c.git
synced 2026-03-28 17:39:07 +08:00
modify partial functions and testcase, in order to support automatic conversion for int64/uint64
This commit is contained in:
@@ -181,12 +181,6 @@ typedef enum json_type {
|
||||
json_type_string
|
||||
} json_type;
|
||||
|
||||
/* json object int type, support extension*/
|
||||
typedef enum json_object_int_type {
|
||||
json_object_int_type_int64,
|
||||
json_object_int_type_uint64
|
||||
}json_object_int_type;
|
||||
|
||||
/* reference counting functions */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user