Adds ungron example to tagline

This commit is contained in:
Tom Hudson 2016-07-02 11:49:46 +01:00
parent e3b53c739e
commit 165a6ffcb2

View file

@ -9,6 +9,15 @@ It eases the exploration of APIs that return large blobs of JSON but have terrib
<pre>
▶ echo '{"is":{"hard":{"to":{"grep":{"gron":{"makes":{"it":"easy"}}}}}}}' | <b>gron</b> | grep easy
json.is.hard.to.grep.gron.makes.it = "<b>easy</b>";
▶ echo 'it.works.backwards = "too!";' | <b>gron --ungron</b>
{
"it": {
"works": {
"<b>backwards</b>": "too!"
}
}
}
</pre>
## Installation