title |
---|
JSONPath Support |
JSONPath template is composed of JSONPath expressions enclosed by {}. And we add three functions in addition to the original JSONPath syntax:
- The
$
operator is optional since the expression always starts from the root object by default. - We can use
""
to quote text inside JSONPath expressions. - We can use
range
operator to iterate lists.