Update README
This commit is contained in:
parent
e68ded350c
commit
b379bf8acc
|
@ -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 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
|
Usage
|
||||||
-------
|
-------
|
||||||
|
|
Reference in New Issue