X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=sh%2Fjshn.sh;h=70c3aa36b3f026d3f62634316927409c98b87d26;hp=39d53318fe5d5f4901a627021f1bc30b2b91a084;hb=4d0a00c82c77a9395c992841237e2c06c4606a5e;hpb=0505bf5f424cb5ba607c06cd821c1593fd7a2bef diff --git a/sh/jshn.sh b/sh/jshn.sh index 39d5331..70c3aa3 100644 --- a/sh/jshn.sh +++ b/sh/jshn.sh @@ -103,7 +103,7 @@ _json_add_table() { local table="JSON_$itype$seq" _json_export "UP_$table" "$cur" _json_export "KEYS_$table" "" - [ "$TYPE" = "ARRAY" ] && _json_export "SEQ_$table" "" + [ "$itype" = "ARRAY" ] && _json_export "SEQ_$table" "" _json_stack_push "$table" _json_get_var new_cur JSON_CUR