Update README.md

This commit is contained in:
Josh Baker
2019-06-28 17:16:29 -07:00
committed by GitHub
parent f73dd9bfd8
commit ae482cd23d

View File

@@ -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.