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