mirror of https://github.com/tidwall/gjson.git
Update README.md
This commit is contained in:
parent
f73dd9bfd8
commit
ae482cd23d
|
@ -55,6 +55,9 @@ Prichard
|
|||
|
||||
## 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 key may contain special wildcard characters '\*' and '?'.
|
||||
To access an array value use the index as the key.
|
||||
|
|
Loading…
Reference in New Issue