{"id":52094,"library":"unrolled-render","title":"unrolled/render","description":"Package for easily rendering JSON, XML, binary data, and HTML templates in Go web applications.","status":"active","version":"1.7.0","language":"go","source_language":null,"source_url":"https://github.com/unrolled/render","tags":["render","json","xml","html","template","http"],"install":[{"cmd":"go get github.com/unrolled/render","lang":"bash","label":"Install github.com/unrolled/render"}],"dependencies":[],"imports":[{"symbol":"render","correct":"github.com/unrolled/render"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/unrolled/render\"\n)\n\nfunc main() {\n\tr := render.New()\n\thttp.HandleFunc(\"/\", func(w http.ResponseWriter, req *http.Request) {\n\t\tr.JSON(w, http.StatusOK, map[string]string{\"hello\": \"world\"})\n\t})\n\thttp.ListenAndServe(\":8080\", nil)\n}","lang":"go","description":"Render JSON response in an HTTP handler"},"warnings":[],"env_vars":null,"search_vec":"'applic':16 'binari':8 'data':9 'easili':4 'go':14 'html':11,20 'http':22 'json':6,18 'packag':2 'render':5,17 'templat':12,21 'unrolled/render':1 'web':15 'xml':7,19","created_at":"2026-06-15T06:41:19.398568+00:00","updated_at":"2026-06-15T06:41:19.398568+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/unrolled/render","github":"https://github.com/unrolled/render","docs":"https://pkg.go.dev/github.com/unrolled/render#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","serialization"],"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}}