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

Similar projects (scripts) to look at #1

Description

@ames0k0
>>> 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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions