From f357473e3543f982c740db4ee7d318351155ddef 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:48:41 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f19308..8d3f75c 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ OK > JSON.TYPE bike $ 1) "string" ``` + Note how the commands include the dollar sign character $. This is the path to the value in the JSON document (in this case it just means the root). Here are a few more string operations. JSON.STRLEN tells you the length of the string, and you can append another string to it with JSON.STRAPPEND.