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

@@ -57,6 +57,7 @@ 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;