{"id":32512503,"url":"https://github.com/jderstd/hono","last_synced_at":"2026-05-06T06:39:53.129Z","repository":{"id":294359652,"uuid":"986698095","full_name":"jderstd/hono","owner":"jderstd","description":"A response builder for Hono","archived":false,"fork":false,"pushed_at":"2025-10-24T13:14:46.000Z","size":812,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T15:10:29.951Z","etag":null,"topics":["builder","hono","javascript","jder","json","response","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/jderstd/hono/blob/main/docs/hono/README.md","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jderstd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-20T02:09:56.000Z","updated_at":"2025-10-24T13:14:44.000Z","dependencies_parsed_at":"2025-05-20T03:39:05.388Z","dependency_job_id":"319234ed-dcf7-4be1-94e9-f4bd3588dc7b","html_url":"https://github.com/jderstd/hono","commit_stats":null,"previous_names":["jder-std/hono","jderstd/hono"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/jderstd/hono","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jderstd%2Fhono","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jderstd%2Fhono/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jderstd%2Fhono/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jderstd%2Fhono/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jderstd","download_url":"https://codeload.github.com/jderstd/hono/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jderstd%2Fhono/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281350346,"owners_count":26486181,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["builder","hono","javascript","jder","json","response","typescript"],"created_at":"2025-10-27T22:19:20.501Z","updated_at":"2025-12-26T12:02:08.089Z","avatar_url":"https://github.com/jderstd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JDER Hono\n\nA response builder for Hono.\n\nThis package includes different response builders based on the JSON response structure specified in [JSON Data Errors Response (JDER)](https://github.com/jderstd/spec). With the builders, various kinds of responses can be created easily instead of sending plain text responses.\n\n## Quick Start\n\nTo create a JSON response, use the following code:\n\n```ts\nimport { createJsonResponse } from \"@jderstd/hono/response\";\n\nconst route = (): Response =\u003e {\n    return createJsonResponse();\n}\n```\n\nAnd the response will be shown as below:\n\n```json\n{\n    \"success\": true,\n    \"data\": null,\n    \"errors\": []\n}\n```\n\n## Documentation\n\nFor Hono,\nplease refer to the [Hono documentation](./docs/hono/README.md).\n\nFor standard validator,\nplease refer to the [Standard Validator documentation](./docs/hono-standard-validator/README.md).\n\nFor Zod validator,\nplease refer to the [Zod Validator documentation](./docs/hono-zod-validator/README.md).\n\nFor OpenAPI,\nplease refer to the [OpenAPI documentation](./docs/hono-openapi/README.md).\n\n## APIs\n\nFor Hono package APIs, \nplease refer to the [Hono APIs](./apis/hono/README.md).\n\nFor standard validator package APIs, \nplease refer to the [Standard Validator APIs](./apis/hono-standard-validator/README.md).\n\nFor Zod validator package APIs, \nplease refer to the [Zod Validator APIs](./apis/hono-zod-validator/README.md).\n\nFor OpenAPI package APIs, \nplease refer to the [OpenAPI APIs](./apis/hono-openapi/README.md).\n\n## Contributing\n\nFor contributing, please refer to the [contributing guide](./CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjderstd%2Fhono","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjderstd%2Fhono","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjderstd%2Fhono/lists"}