itchyny/gojq

Pure Go implementation of jq

GoYaccjqOthergogolangjsoncli-utilitycli-tool
This is stars and forks stats for /itchyny/gojq repository. As of 28 Mar, 2024 this repository has 2812 stars and 134 forks.

gojq Pure Go implementation of jq This is an implementation of jq command written in Go language. You can also embed gojq as a library to your Go products. Usage $ echo '{"foo": 128}' | gojq '.foo' 128 $ echo '{"a": {"b": 42}}' | gojq '.a.b' 42 $ echo '{"id": "sample", "10": {"b": 42}}' | gojq '{(.id): .["10"].b}' { "sample": 42 } $ echo '[{"id":1},{"id":2},{"id":3}]' | gojq '.[] | .id' 1 2 3 $ echo '{"a":1,"b":2}' | gojq '.a += 1 | .b *= 2' { "a": 2, "b": 4 } $ echo '{"a":1} [2] 3' |...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
google/yamlfmtGoMakefile8810300
blugelabs/blugeGo1.7k01510
imroc/reqGoHTML3.7k03420
go-git/go-gitGoOther5k06560
facebookarchive/fbctfHackJavaScriptCSS6.5k01.4k0
haskell-CI/haskell-ciHaskellShellDockerfile4190740
adambard/learnxinyminutes-docsJavaScriptJavaRuby10.8k03.2k0
AtelierArith/GomalizingFlow.jlJuliaDockerfilePython27020
aws/serverless-application-modelPythonOther9.1k02.4k0
zio/zio-petclinicScalaJavaScriptOther940190