]> git.plutz.net Git - shellwiki/blobdiff - cgilite/json.sh
Merge commit '6da40fe70bee6935ed97daeaec58c84d7f3a190c'
[shellwiki] / cgilite / json.sh
index f43f8ec3c6aabe0633ab9cf45e78755db910a0f3..12afdc4d676b94b705b0c165fee2512c80891cb9 100755 (executable)
@@ -95,7 +95,7 @@ json_number() {
 }
 
 json_array() {
-  local struct="$(DB2 new)" value json_document="$json_document"
+  local struct="$(DB2 "" new)" value json_document="$json_document"
 
   json_space
   case $json_document in
@@ -141,7 +141,7 @@ json_array() {
 }
 
 json_object() {
-  local struct="$(DB2 new)" key value json_document="$json_document"
+  local struct="$(DB2 "" new)" key value json_document="$json_document"
 
   json_space
   case $json_document in