mirror of
https://github.com/json-c/json-c.git
synced 2026-03-31 19:09:07 +08:00
modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uint64},...}
This commit is contained in:
@@ -266,7 +266,6 @@ static const char* json_type_name[] = {
|
||||
"boolean",
|
||||
"double",
|
||||
"int",
|
||||
"uint",
|
||||
"object",
|
||||
"array",
|
||||
"string",
|
||||
|
||||
Reference in New Issue
Block a user