[minor] Grammar

[minor] Grammar
This commit is contained in:
Dhilip
2017-08-15 15:32:55 +05:30
committed by Andrew Chen
parent c8d68579ca
commit a0fd2054bf
+1 -1
View File
@@ -5,7 +5,7 @@ title: JSONPath Support
JSONPath template is composed of JSONPath expressions enclosed by {}.
And we add three functions in addition to the original JSONPath syntax:
1. The `$` operator is optional since the expression always start from the root object by default.
1. The `$` operator is optional since the expression always starts from the root object by default.
2. We can use `""` to quote text inside JSONPath expressions.
3. We can use `range` operator to iterate lists.