{"id":64643,"library":"thedevsaddam-gojsonq-v2","title":"gojsonq","description":"A simple, elegant, and fast ODM-like API to query JSON documents.","status":"active","version":"2.5.2","language":"go","source_language":null,"source_url":"https://github.com/thedevsaddam/gojsonq","tags":["json","query","odm","parser"],"install":[{"cmd":"go get github.com/thedevsaddam/gojsonq/v2","lang":"bash","label":"Install github.com/thedevsaddam/gojsonq/v2"}],"dependencies":[],"imports":[{"symbol":"gojsonq","correct":"github.com/thedevsaddam/gojsonq/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/thedevsaddam/gojsonq/v2\"\n)\n\nfunc main() {\n\tjq := gojsonq.New().FromString(`{\"name\":\"John\",\"age\":30}`)\n\tname := jq.Find(\"name\").(string)\n\tfmt.Println(name)\n}","lang":"go","description":"Query a JSON string for a specific field."},"warnings":[],"env_vars":null,"search_vec":"'api':10 'document':14 'eleg':4 'fast':6 'gojsonq':1 'json':13,15 'like':9 'odm':8,17 'odm-lik':7 'parser':18 'queri':12,16 'simpl':3","created_at":"2026-06-17T16:58:28.047242+00:00","updated_at":"2026-06-17T16:58:28.047242+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/thedevsaddam/gojsonq","github":"https://github.com/thedevsaddam/gojsonq","docs":"https://pkg.go.dev/github.com/thedevsaddam/gojsonq/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}