From 90ca17622f58895c384ac3df5212ba7c674efbed Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Wed, 10 Jul 2019 15:00:07 -0700 Subject: [PATCH] Update SYNTAX.md --- SYNTAX.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SYNTAX.md b/SYNTAX.md index d9d34c9..60af5fc 100644 --- a/SYNTAX.md +++ b/SYNTAX.md @@ -13,7 +13,8 @@ This document is designed to explain the structure of a GJSON Path through examp - [Dot vs Pipe](#dot-vs-pipe) - [Modifiers](#modifiers) -The definitive implemenation is [github.com/tidwall/gjson](https://github.com/tidwall/gjson). +The definitive implemenation is [github.com/tidwall/gjson](https://github.com/tidwall/gjson). +Use the [GJSON Playground](https://gjson.dev) to experiment with the syntax online. ## Path structure