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.