From 9e749076bfba64e4c3c939794adfbde2b09f5f00 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 27 Mar 2021 13:24:45 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80db502..5562014 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,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. +For the Rust version go to [gjson.rs](https://github.com/tidwall/gjson.rs). + Getting Started ===============