Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Similar projects (scripts) to look at #1

Open
ames0k0 opened this issue Jul 6, 2022 · 0 comments
Open

Similar projects (scripts) to look at #1

ames0k0 opened this issue Jul 6, 2022 · 0 comments
Labels
wontfix This will not be worked on

Comments

@ames0k0
Copy link
Contributor

ames0k0 commented Jul 6, 2022

>>> 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"
@ames0k0 ames0k0 added the wontfix This will not be worked on label Jul 6, 2022
ames0k0 added a commit that referenced this issue Oct 12, 2023
Closes the issue #1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant