modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uint64},...}

This commit is contained in:
dota17
2020-02-26 20:54:36 +08:00
parent 3c3b5920f7
commit c816de212b
7 changed files with 111 additions and 87 deletions

View File

@@ -266,7 +266,6 @@ static const char* json_type_name[] = {
"boolean",
"double",
"int",
"uint",
"object",
"array",
"string",