mirror of
https://github.com/json-c/json-c.git
synced 2026-04-01 19:39:07 +08:00
modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uint64},...}
This commit is contained in:
@@ -57,7 +57,6 @@ static int _json_c_visit(json_object *jso, json_object *parent_jso,
|
||||
case json_type_boolean:
|
||||
case json_type_double:
|
||||
case json_type_int:
|
||||
case json_type_uint:
|
||||
case json_type_string:
|
||||
// we already called userfunc above, move on to the next object
|
||||
return JSON_C_VISIT_RETURN_CONTINUE;
|
||||
|
||||
Reference in New Issue
Block a user