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 -------