{"id":48685317,"url":"https://github.com/haskell-miso/miso-aeson","last_synced_at":"2026-04-11T04:01:06.560Z","repository":{"id":344187551,"uuid":"1128593322","full_name":"haskell-miso/miso-aeson","owner":"haskell-miso","description":"Convert Value between aeson and miso","archived":false,"fork":false,"pushed_at":"2026-04-05T20:58:43.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-11T04:00:10.716Z","etag":null,"topics":["aeson","haskell","json","miso"],"latest_commit_sha":null,"homepage":"","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/haskell-miso.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"open_collective":"miso","github":["dmjio"]}},"created_at":"2026-01-05T21:49:40.000Z","updated_at":"2026-04-05T20:58:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/haskell-miso/miso-aeson","commit_stats":null,"previous_names":["haskell-miso/miso-aeson"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haskell-miso/miso-aeson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-miso%2Fmiso-aeson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-miso%2Fmiso-aeson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-miso%2Fmiso-aeson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-miso%2Fmiso-aeson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell-miso","download_url":"https://codeload.github.com/haskell-miso/miso-aeson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-miso%2Fmiso-aeson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["aeson","haskell","json","miso"],"created_at":"2026-04-11T04:00:17.037Z","updated_at":"2026-04-11T04:01:06.511Z","avatar_url":"https://github.com/haskell-miso.png","language":"Haskell","funding_links":["https://opencollective.com/miso","https://github.com/sponsors/dmjio"],"categories":[],"sub_categories":[],"readme":"miso-aeson\n====================\n\n\u003ca href=\"http://hackage.haskell.org/package/miso-aeson\"\u003e\n  \u003cimg src=\"https://img.shields.io/hackage/v/miso-aeson.svg?style=for-the-badge\" alt=\"Hackage\"\u003e\n\u003c/a\u003e \n\nLibrary to convert between `Data.Aeson (Value)` and `Miso.JSON (Value)`\n\n```haskell\naesonToJSON :: Aeson.Value -\u003e JSON.Value\njsonToAeson :: JSON.Value -\u003e Aeson.Value\n```\n\n### `DerivingVia`\n\nYou can derive `To/FromJSON` instances using the `MisoAeson` data type.\n\n```haskell\ndata D = D\n  { a :: Char\n  , b :: Double\n  }\n  deriving stock (Generic)\n  deriving (Data.Aeson.FromJSON, Data.Aeson.ToJSON) via Generically D\n  deriving (Miso.JSON.FromJSON, Miso.JSON.ToJSON) via MisoAeson D\n```\n\n### Development\n\nCall `nix develop` to enter a shell with [GHC 9.12.2](https://haskell.org/ghc)\n\n```bash\n$ nix develop --experimental-features nix-command --extra-experimental-features flakes\n```\n\nOnce in the shell, you can call `cabal run` to start the development server and view the application at http://localhost:8080\n\n### Build (Web Assembly)\n\n```bash\n$ nix develop .#wasm --command bash -c \"make\"\n```\n\n### Build (JavaScript)\n\n```bash\n$ nix develop .#ghcjs --command bash -c \"make js\"\n```\n\n### Serve\n\nTo host the built application you can call `serve`\n\n```bash\n$ nix develop --command bash -c \"make serve\"\n```\n\n### Clean\n\n```bash\n$ nix develop --command bash -c \"make clean\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell-miso%2Fmiso-aeson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaskell-miso%2Fmiso-aeson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell-miso%2Fmiso-aeson/lists"}