Update README.md
Some checks are pending
CI / build-ubuntu-latest (8.0) (push) Waiting to run
CI / build-ubuntu-latest (unstable) (push) Waiting to run
CI / build-asan-ubuntu-latest (8.0) (push) Waiting to run
CI / build-asan-ubuntu-latest (unstable) (push) Waiting to run

This commit is contained in:
Григорий Сафронов 2025-03-22 18:50:26 +00:00
parent f357473e35
commit 05163cdf39

View File

@ -163,7 +163,6 @@ OK
Here's a more interesting example that includes JSON arrays and objects: Here's a more interesting example that includes JSON arrays and objects:
``` ```
> JSON.SET newbike $ '["Deimos", {"crashes": 0}, null]' > JSON.SET newbike $ '["Deimos", {"crashes": 0}, null]'
OK OK
@ -175,8 +174,8 @@ OK
(integer) 1 (integer) 1
> JSON.GET newbike $ > JSON.GET newbike $
"[[\"Deimos\",{\"crashes\":0}]]" "[[\"Deimos\",{\"crashes\":0}]]"
``` ```
The JSON.DEL command deletes any JSON value you specify with the path parameter. The JSON.DEL command deletes any JSON value you specify with the path parameter.
You can manipulate arrays with a dedicated subset of JSON commands: You can manipulate arrays with a dedicated subset of JSON commands: