1.4.8 • Published 4 years ago

@vangware/jsep v1.4.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@vangware/jsep

Implementation of gron in JavaScript for npm. This makes JSON greppable!

jsep just like gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. It eases the exploration of APIs that return large blobs of JSON but have terrible documentation.

▶ jsep "https://api.github.com/repos/vangware/jsep/commits?per_page=1" | fgrep "commit.author"
json[0].commit.author = {};
json[0].commit.author.name = "Lucas Ciruzzi";
json[0].commit.author.email = "hello@lukeshiru.me";
json[0].commit.author.date = "2018-04-06T01:51:44Z";

It works with yaml files as well!

1.4.8

4 years ago

1.4.7

4 years ago

1.4.6

4 years ago

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago