From: Paul Hänsch Date: Mon, 4 Mar 2024 17:29:45 +0000 (+0100) Subject: Merge commit 'e8b844f7649b954be8b2b7b20d4026c33c4efd51' X-Git-Url: https://git.plutz.net//?a=commitdiff_plain;ds=inline;h=19feffbc112051931f50b816077adcc2b391a8dd;hp=-c;p=rigidfind Merge commit 'e8b844f7649b954be8b2b7b20d4026c33c4efd51' --- 19feffbc112051931f50b816077adcc2b391a8dd diff --combined cgilite/json.sh index f43f8ec,12afdc4..12afdc4 --- a/cgilite/json.sh +++ b/cgilite/json.sh @@@ -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 @@@ -141,7 -141,7 +141,7 @@@ } 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