Skip to content

j0nah/sj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#sj

sj is a tiny utility that helps you search for all occurrences of a key in json

Installation

Binary releases are available, or run:

$ go get github.com/j0nah/sj/cmd/sj

Usage

func Search

res, err := sj.Search(<needle>, <haystack>)

res is a *[]string* containing a list of the values of the first occurrences of the needle in the json subgraph.

License

MIT

Releases

No releases published

Packages

No packages published

Languages