JSONPath
|
Description
|
$
|
Represents the root object.
|
@
|
Represents the current object.
|
. or []
|
This is the child operator.
|
..
|
Recursive descendant.
|
*
|
Represent a wildcard to obtain all objects.
|
[]
|
Used to iterate through elements.
|
[,]
|
Union operator.
|
[start:end:step]
|
Slice array operator inherited from ES4.
|
?()
|
Filter operator.
|
()
|
Script expression.
|
JSONPath notations
Thanks for reading us and see you soon!
Like this:
Like
Loading...
Related