Archived
1
0
Disbranĉigi 0

Update README

This commit is contained in:
Jaidyn Ann 2024-01-28 23:24:55 -06:00
parent e68ded350c
commit b379bf8acc

View File

@ -1,10 +1,11 @@
# json.sh # json.sh
json.sh is a very portable JSON parser-- json.sh is a very portable JSON parser--
it should work in just about any shell you throw at it. it should work in just about any shell you throw at it.
Right now, it can only parse and output variables etc It can parse and output variables from a JSON file in
in a JSON file in a more script-friendly form, but write a more script-friendly form.
support will be added later.
This is an old hacked-together script of mine that Im only posting because Im sentimental.
Dont use it; I would instead recommend the beautiful program [gron](https://github.com/tomnomnom/gron).
Usage Usage
------- -------