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:48:41 +00:00
parent a928fe9cfb
commit f357473e35

View File

@ -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.