mirror of
https://github.com/json-c/json-c.git
synced 2026-03-31 02:49:06 +08:00
modify partial functions and testcase, in order to support automatic conversion for int64/uint64
This commit is contained in:
@@ -24,6 +24,12 @@ extern "C" {
|
||||
|
||||
typedef void (json_object_private_delete_fn)(struct json_object *o);
|
||||
|
||||
/* 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;
|
||||
|
||||
struct json_object
|
||||
{
|
||||
enum json_type o_type;
|
||||
|
||||
Reference in New Issue
Block a user