{"id":15366610,"url":"https://github.com/turbomack/aeson-combinators","last_synced_at":"2025-04-15T12:31:00.850Z","repository":{"id":40534274,"uuid":"239879899","full_name":"turboMaCk/aeson-combinators","owner":"turboMaCk","description":"Aeson combinators for dead simple JSON decoding","archived":false,"fork":false,"pushed_at":"2023-12-29T08:52:07.000Z","size":121,"stargazers_count":13,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T23:20:57.796Z","etag":null,"topics":["haskell","json","parsing","web"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/aeson-combinators","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turboMaCk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-02-11T22:43:01.000Z","updated_at":"2024-05-31T16:25:16.000Z","dependencies_parsed_at":"2024-10-16T08:21:43.478Z","dependency_job_id":"8083d529-d246-4224-8bc6-85bb29d413ef","html_url":"https://github.com/turboMaCk/aeson-combinators","commit_stats":{"total_commits":65,"total_committers":5,"mean_commits":13.0,"dds":0.07692307692307687,"last_synced_commit":"c24afaaa739fff47cd3619336a97b2eaa0c318d5"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turboMaCk%2Faeson-combinators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turboMaCk%2Faeson-combinators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turboMaCk%2Faeson-combinators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turboMaCk%2Faeson-combinators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turboMaCk","download_url":"https://codeload.github.com/turboMaCk/aeson-combinators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249072110,"owners_count":21208120,"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","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":["haskell","json","parsing","web"],"created_at":"2024-10-01T13:19:18.333Z","updated_at":"2025-04-15T12:31:00.829Z","avatar_url":"https://github.com/turboMaCk.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aeson Combinators\n\n[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FturboMaCk%2Faeson-combinators%2Fbadge%3Fref%3Dmaster\u0026style=flat)](https://actions-badge.atrox.dev/turboMaCk/aeson-combinators/goto?ref=master)\n[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)\n\n[**Low overhead**](#performance) value space `Decoder`\non top of Aeson's Parser for combinator style decoding.\n\nThis library is compatible with GHC as well as recent versions of **GHCJS**.\n\n## Performance\n\n`Decoder a` type is a function `Value -\u003e Parser a` the same as `parseJSON`\nmember function of `FromJSON` class. This means there should be near zero overhead.\nAeson types and functions are reused where possible. Similarly `Encoder a` type\nfollow `toJSON` from `ToJSON` type class.\n\nSimple benchmark shows that implementation using aeson-combinators performs better\nthan equivalent derived instance and on par (actually even slightly better though with difference in noise range)\nwith manually implemented instance.\n\n## License\n\n(c) 2020 Marek Fajkus\nBSD-3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbomack%2Faeson-combinators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbomack%2Faeson-combinators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbomack%2Faeson-combinators/lists"}