From b379bf8acc7c06cc26cd530fbbdbbb69b4f977f4 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Sun, 28 Jan 2024 23:24:55 -0600 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edb449e..64e0c03 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # json.sh json.sh is a very portable JSON parser-- it should work in just about any shell you throw at it. -Right now, it can only parse and output variables etc -in a JSON file in a more script-friendly form, but write -support will be added later. +It can parse and output variables from a JSON file in +a more script-friendly form. +This is an old hacked-together script of mine that I’m only posting because I’m sentimental. +Don’t use it; I would instead recommend the beautiful program [gron](https://github.com/tomnomnom/gron). Usage -------