{"id":16351406,"url":"https://github.com/gabbhack/deser_json","last_synced_at":"2026-03-03T17:35:52.405Z","repository":{"id":152730894,"uuid":"423467269","full_name":"gabbhack/deser_json","owner":"gabbhack","description":"JSON-Binding for deser.","archived":false,"fork":false,"pushed_at":"2023-04-11T16:06:49.000Z","size":116,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T00:58:42.267Z","etag":null,"topics":["deser","deserialization","deserializer","json","marshalling","nim-lang","serialization","serializer"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/gabbhack.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}},"created_at":"2021-11-01T13:03:58.000Z","updated_at":"2025-02-28T06:32:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"76836879-6134-427a-82b2-e64c5e139ff4","html_url":"https://github.com/gabbhack/deser_json","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/gabbhack/deser_json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabbhack%2Fdeser_json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabbhack%2Fdeser_json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabbhack%2Fdeser_json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabbhack%2Fdeser_json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabbhack","download_url":"https://codeload.github.com/gabbhack/deser_json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabbhack%2Fdeser_json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30052548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deser","deserialization","deserializer","json","marshalling","nim-lang","serialization","serializer"],"created_at":"2024-10-11T01:09:20.542Z","updated_at":"2026-03-03T17:35:52.380Z","avatar_url":"https://github.com/gabbhack.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deser_json [![nim-version-img]][nim-version]\n\n[nim-version]: https://nim-lang.org/blog/2021/10/19/version-160-released.html\n[nim-version-img]: https://img.shields.io/badge/Nim_-v1.6.0%2B-blue\n\n**JSON-Binding for deser**\n\n`nimble install deser_json`\n\n[Deser documentation](https://deser.nim.town)\n\n---\n\n## Usage\nFirst, install [deser](https://github.com/gabbhack/deser) via `nimble install deser`\n\ndeser_json provides three procedures:\n1. `toJson` for serialization\n1. `toPrettyJson` for pretty serialization\n1. `fromJson` for deserialization\n\n```nim\nimport\n  deser,\n  deser_json\n\nvar some = [1, 2, 3]\n\necho some.toJson()\n\nsome = fromJson(typeof(some), \"[1, 2, 3]\")\n```\n\nSee the [deser documentation](https://deser.nim.town/deser.html) for a complete example.\n\n## License\nLicensed under \u003ca href=\"LICENSE\"\u003eMIT license\u003c/a\u003e.\n\ndeser_json uses third-party libraries or other resources that may be\ndistributed under licenses different than the deser_json.\n\n\u003ca href=\"THIRD-PARTY-NOTICES.TXT\"\u003eTHIRD-PARTY-NOTICES.TXT\u003c/a\u003e\n\n## Acknowledgements\n- [serde_json](https://github.com/serde-rs/json), for all the ideas I stole\n- [jsony](https://github.com/treeform/jsony), for json parser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabbhack%2Fdeser_json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabbhack%2Fdeser_json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabbhack%2Fdeser_json/lists"}