{"id":50892,"library":"go-chi-render","title":"Chi Render","description":"Package render provides middleware and helpers for encoding and decoding JSON, XML, and other formats in HTTP responses.","status":"active","version":"1.0.3","language":"go","source_language":null,"source_url":"https://github.com/go-chi/render","tags":["http","json","middleware","chi"],"install":[{"cmd":"go get github.com/go-chi/render","lang":"bash","label":"Install github.com/go-chi/render"}],"dependencies":[],"imports":[{"symbol":"render","correct":"github.com/go-chi/render"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/go-chi/render\"\n)\n\nfunc handler(w http.ResponseWriter, r *http.Request) {\n\tdata := map[string]string{\"message\": \"hello\"}\n\trender.JSON(w, r, data)\n}","lang":"go","description":"Render JSON response in a chi handler"},"warnings":[],"env_vars":null,"search_vec":"'chi':1,24 'decod':12 'encod':10 'format':17 'helper':8 'http':19,21 'json':13,22 'middlewar':6,23 'packag':3 'provid':5 'render':2,4 'respons':20 'xml':14","created_at":"2026-06-15T05:13:09.947747+00:00","updated_at":"2026-06-15T05:13:09.947747+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/go-chi/render","github":"https://github.com/go-chi/render","docs":"https://pkg.go.dev/github.com/go-chi/render#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"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}}