From f47e17d70abf2ff5abce883987ed52177cec0cc3 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Thu, 13 Jan 2022 18:19:20 -0700 Subject: [PATCH] Update README.md Added an additional link to the SYNTAX doc. #261 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad41f5c..7d555a1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ It has features such as [one line retrieval](#get-a-value), [dot notation paths] Also check out [SJSON](https://github.com/tidwall/sjson) for modifying json, and the [JJ](https://github.com/tidwall/jj) command line tool. +This README is a quick overview of how to use GJSON, for more information check out [GJSON Syntax](SYNTAX.md). + Getting Started ===============