From 05163cdf39c444d64977003c03c9f886cfd4dff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Sat, 22 Mar 2025 18:50:26 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d3f75c..fddd241 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,6 @@ OK Here's a more interesting example that includes JSON arrays and objects: - ``` > JSON.SET newbike $ '["Deimos", {"crashes": 0}, null]' OK @@ -175,8 +174,8 @@ OK (integer) 1 > JSON.GET newbike $ "[[\"Deimos\",{\"crashes\":0}]]" - ``` + 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: