forked from mirror/gjson
Update README.md
This commit is contained in:
parent
f73dd9bfd8
commit
ae482cd23d
|
@ -55,6 +55,9 @@ Prichard
|
||||||
|
|
||||||
## Path Syntax
|
## Path Syntax
|
||||||
|
|
||||||
|
Below is a quick overview of the path syntax, for more complete information please
|
||||||
|
check out [GJSON Path Syntax](PATH-SYNTAX.md).
|
||||||
|
|
||||||
A path is a series of keys separated by a dot.
|
A path is a series of keys separated by a dot.
|
||||||
A key may contain special wildcard characters '\*' and '?'.
|
A key may contain special wildcard characters '\*' and '?'.
|
||||||
To access an array value use the index as the key.
|
To access an array value use the index as the key.
|
||||||
|
|
Loading…
Reference in New Issue