Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/jshn.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/sh/jshn.sh b/sh/jshn.sh
index fbffe85..f8aaf2c 100644
--- a/sh/jshn.sh
+++ b/sh/jshn.sh
@@ -128,8 +128,7 @@ json_init() {
export -n ${JSON_PREFIX}JSON_SEQ=0
export -- \
${JSON_PREFIX}JSON_CUR="JSON_VAR" \
- ${JSON_PREFIX}KEYS_JSON_VAR= \
- ${JSON_PREFIX}TYPE_JSON_VAR=
+ ${JSON_PREFIX}KEYS_JSON_VAR=
}
json_add_object() {