{"id":13906348,"url":"https://github.com/hseeberger/akka-http-json","last_synced_at":"2025-07-18T04:31:01.493Z","repository":{"id":1218339,"uuid":"31434853","full_name":"hseeberger/akka-http-json","owner":"hseeberger","description":"Integrate some of the best JSON libs in Scala with Akka HTTP","archived":true,"fork":false,"pushed_at":"2024-07-30T07:52:35.000Z","size":704,"stargazers_count":592,"open_issues_count":41,"forks_count":132,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-10-30T01:43:04.353Z","etag":null,"topics":["akka","akka-http","json","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hseeberger.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":"2015-02-27T19:13:46.000Z","updated_at":"2024-07-30T07:53:00.000Z","dependencies_parsed_at":"2023-11-16T07:29:37.087Z","dependency_job_id":"d68a99f9-d7f3-4021-9eac-25464b7dc107","html_url":"https://github.com/hseeberger/akka-http-json","commit_stats":{"total_commits":679,"total_committers":61,"mean_commits":"11.131147540983607","dds":"0.46244477172312226","last_synced_commit":"291e97dc5c54b72059bdd03b4855ccdaef999345"},"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hseeberger%2Fakka-http-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hseeberger%2Fakka-http-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hseeberger%2Fakka-http-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hseeberger%2Fakka-http-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hseeberger","download_url":"https://codeload.github.com/hseeberger/akka-http-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226344610,"owners_count":17610176,"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":["akka","akka-http","json","scala"],"created_at":"2024-08-06T23:01:33.943Z","updated_at":"2024-11-25T14:31:19.170Z","avatar_url":"https://github.com/hseeberger.png","language":"Scala","funding_links":[],"categories":["Scala"],"sub_categories":[],"readme":"# akka-http-json #\n\nAttention: This project is no longer actively maintained. Feel free to fork it or use [Pekko](https://pekko.apache.org/docs/pekko-http/current/common/json-support.html).\n\n[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n[![Maven Central](https://img.shields.io/maven-central/v/de.heikoseeberger/akka-http-circe_2.13)](https://search.maven.org/artifact/de.heikoseeberger/akka-http-circe_2.13)\n[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)\n\nakka-http-json provides JSON (un)marshalling support for [Akka HTTP](https://github.com/akka/akka-http) via the following JSON libraries:\n- [Argonaut](http://argonaut.io)\n- [avro4s](https://github.com/sksamuel/avro4s)\n- [AVSystem GenCodec](https://github.com/AVSystem/scala-commons/blob/master/docs/GenCodec.md)\n- [circe](https://circe.github.io/circe/)\n- [Jackson](https://github.com/FasterXML/jackson) via [Scala Module](https://github.com/FasterXML/jackson-module-scala) by default\n- [Json4s](https://github.com/json4s/json4s)\n- [jsoniter-scala](https://github.com/plokhotnyuk/jsoniter-scala)\n- [ninny](https://nrktkt.github.io/ninny-json/USERGUIDE)\n- [Play JSON](https://www.playframework.com/documentation/2.6.x/ScalaJson)\n- [uPickle](https://github.com/lihaoyi/upickle-pprint)\n- [zio-json](https://github.com/zio/zio-json)\n\n## Installation\n\nThe artifacts are published to Maven Central.\n\n``` scala\nlibraryDependencies ++= Seq(\n  \"de.heikoseeberger\" %% \"akka-http-circe\" % AkkaHttpJsonVersion,\n  ...\n)\n```\n\n## Usage\n\nUse respective support trait or object, e.g. `ArgonautSupport`, `FailFastCirceSupport`, etc. into your Akka HTTP code which is supposed to (un)marshal from/to JSON. Don't forget to provide the type class instances for the respective JSON libraries, if needed.\n\n## Contribution policy ##\n\nContributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.\n\n## License ##\n\nThis code is open source software licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).\n\n[![YourKit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com)\n\nYourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhseeberger%2Fakka-http-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhseeberger%2Fakka-http-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhseeberger%2Fakka-http-json/lists"}