{"id":51397,"library":"itchyny-gojq","title":"gojq","description":"Package gojq provides the parser and interpreter of gojq, a pure Go implementation of jq.","status":"active","version":"0.12.19","language":"go","source_language":null,"source_url":"https://github.com/itchyny/gojq","tags":["jq","json","query","parser"],"install":[{"cmd":"go get github.com/itchyny/gojq","lang":"bash","label":"Install github.com/itchyny/gojq"}],"dependencies":[],"imports":[{"symbol":"gojq","correct":"github.com/itchyny/gojq"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/itchyny/gojq\"\n)\n\nfunc main() {\n\tquery, _ := gojq.Parse(\".foo\")\n\tcode, _ := gojq.Compile(query)\n\titer := code.Run(nil, map[string]interface{}{\"foo\": 42})\n\tfmt.Println(iter.Next())\n}","lang":"go","description":"Parses and runs a jq query against JSON data."},"warnings":[],"env_vars":null,"search_vec":"'go':13 'gojq':1,3,10 'implement':14 'interpret':8 'jq':16,17 'json':18 'packag':2 'parser':6,20 'provid':4 'pure':12 'queri':19","created_at":"2026-06-15T06:13:09.452324+00:00","updated_at":"2026-06-15T06:13:09.452324+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/itchyny/gojq","github":"https://github.com/itchyny/gojq","docs":"https://pkg.go.dev/github.com/itchyny/gojq#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}