Skip to content

huytd/json-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Grep

json-grep is an utility that help you search for anything inside a JSON data.

All searches are case sensitive for now.

Usage:

json-grep <filename> <keyword>

For example:

$ json-grep testdata/simple.json author

Searching testdata/simple.json for 'author':

► .author = [...]
► .commit.author = [...]
► .commit.message = "...nCo-authored-by: dependabot[bot..."
► .commit.verification.payload = "...b9b86369d1c1f16\nauthor dependabot[bot]..."

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages