]> git.plutz.net Git - rigidfind/commitdiff
Merge commit 'e8b844f7649b954be8b2b7b20d4026c33c4efd51'
authorPaul Hänsch <paul@plutz.net>
Mon, 4 Mar 2024 17:29:45 +0000 (18:29 +0100)
committerPaul Hänsch <paul@plutz.net>
Mon, 4 Mar 2024 17:29:45 +0000 (18:29 +0100)
1  2 
cgilite/json.sh

diff --combined cgilite/json.sh
index f43f8ec3c6aabe0633ab9cf45e78755db910a0f3,12afdc4d676b94b705b0c165fee2512c80891cb9..12afdc4d676b94b705b0c165fee2512c80891cb9
@@@ -95,7 -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
  }
  
  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