Pure Go implementation of jq for parsing and transforming JSON
Pure Go implementation of jq
gojq
$ gojq . input.json
$ gojq '.users[].name' data.json
$ gojq 'map(select(.age > 21) | {name, age})' users.json