summaryrefslogtreecommitdiff
path: root/json_util.c
diff options
context:
space:
mode:
authordota17 <chenguopingdota@163.com>2020-02-26 20:54:36 +0800
committerdota17 <chenguopingdota@163.com>2020-02-27 10:26:27 +0800
commitc816de212bd43f07b6d78a43e9058cce6ef3655e (patch)
treea76a2572f2fb342725d7627f84cb5652f29124ac /json_util.c
parent3c3b5920f77c751471cd46b92f9d3f5aa6ff2557 (diff)
downloadjson-c-c816de212bd43f07b6d78a43e9058cce6ef3655e.tar.gz
modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uint64},...}
Diffstat (limited to 'json_util.c')
-rw-r--r--json_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/json_util.c b/json_util.c
index 8902d31..1c1fa46 100644
--- a/json_util.c
+++ b/json_util.c
@@ -266,7 +266,6 @@ static const char* json_type_name[] = {
"boolean",
"double",
"int",
- "uint",
"object",
"array",
"string",