This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Description
>>> cat tests/data/one.json | gron
< json = {};
< json.abool = true;
>>> cat test.json | gron | grep language
< [glossary][GlossDiv][GlossList][GlossEntry][GlossDef][para]->A meta-markup language
>>> cat numbers.txt | jg "{\"id\":\"^2.*$\",\"attr.*\":{\"gender\":\"female\"}}"
< [
< {
< "id": 2001,
< "phone": 113,
< "attributes": {
< "gender:": "female"
< }
< }
< ]
>>> cat my.json | jgrep "[foo.bar1=1 and foo.bar2=2]"
< [
< {
< "foo": [
< {
< "bar1": 1
< },
< {
< "bar2": 2
< }
< ]
< }
< ]
>>> rj '.*es.*/cit' test.json
< address/city = "London"