From ae482cd23d190d1a1dbe78edb50c39d2d15684f9 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 28 Jun 2019 17:16:29 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0ac717a..bd1a5bd 100644 --- a/README.md +++ b/README.md @@ -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.