Update README.md
This commit is contained in:
parent
ce45d60c3e
commit
8820420697
@ -113,12 +113,14 @@ Note how the commands include the dollar sign character $. This is the path to t
|
||||
|
||||
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.
|
||||
|
||||
```
|
||||
> JSON.STRLEN bike $
|
||||
1) (integer) 8
|
||||
> JSON.STRAPPEND bike $ '" (Enduro bikes)"'
|
||||
1) (integer) 23
|
||||
> JSON.GET bike $
|
||||
"[\"Hyperion (Enduro bikes)\"]"
|
||||
```
|
||||
|
||||
Numbers can be incremented and multiplied:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user