{"id":13800848,"url":"https://github.com/scalapb-json/scalapb-argonaut","last_synced_at":"2026-01-14T01:54:18.863Z","repository":{"id":28059337,"uuid":"116074755","full_name":"scalapb-json/scalapb-argonaut","owner":"scalapb-json","description":"Json/Protobuf convertors for ScalaPB use argonaut","archived":false,"fork":false,"pushed_at":"2025-12-23T21:55:37.000Z","size":419,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T11:41:00.909Z","etag":null,"topics":["json","protobuf","scala","scala-js","scala-native","scalapb"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/scalapb-json.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2018-01-03T01:14:15.000Z","updated_at":"2025-12-23T21:55:42.000Z","dependencies_parsed_at":"2023-11-18T01:00:03.129Z","dependency_job_id":"892cd654-4c6f-4497-85ef-274144ac5412","html_url":"https://github.com/scalapb-json/scalapb-argonaut","commit_stats":{"total_commits":596,"total_committers":5,"mean_commits":119.2,"dds":0.3926174496644296,"last_synced_commit":"c8ec7fd6af82e20cd85187d6b0c42ec3a72cca91"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/scalapb-json/scalapb-argonaut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalapb-json%2Fscalapb-argonaut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalapb-json%2Fscalapb-argonaut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalapb-json%2Fscalapb-argonaut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalapb-json%2Fscalapb-argonaut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scalapb-json","download_url":"https://codeload.github.com/scalapb-json/scalapb-argonaut/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalapb-json%2Fscalapb-argonaut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"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":["json","protobuf","scala","scala-js","scala-native","scalapb"],"created_at":"2024-08-04T00:01:16.917Z","updated_at":"2026-01-14T01:54:18.858Z","avatar_url":"https://github.com/scalapb-json.png","language":"Scala","funding_links":[],"categories":["File Formats and Parsers"],"sub_categories":[],"readme":"# scalapb-argonaut\n[![scaladoc](https://javadoc.io/badge2/io.github.scalapb-json/scalapb-argonaut_3/javadoc.svg)](https://javadoc.io/doc/io.github.scalapb-json/scalapb-argonaut_3/latest/api/scalapb_argonaut.html)\n\nThe structure of this project is hugely inspired by [scalapb-json4s](https://github.com/scalapb/scalapb-json4s)\n\n## Dependency\n\nInclude in your `build.sbt` file\n\n### core\n\n```scala\nlibraryDependencies += \"io.github.scalapb-json\" %% \"scalapb-argonaut\" % \"0.12.0\"\n```\n\nfor scala-js\n\n```scala\nlibraryDependencies += \"io.github.scalapb-json\" %%% \"scalapb-argonaut\" % \"0.12.0\"\n```\n\n### macros\n\n```scala\nlibraryDependencies += \"io.github.scalapb-json\" %%% \"scalapb-argonaut-macros\" % \"0.12.0\"\n```\n\n## Usage\n\nThere are four functions you can use directly to serialize/deserialize your messages:\n\n```scala\nJsonFormat.toJsonString(msg) // returns String\nJsonFormat.toJson(msg) // returns Json\n\nJsonFormat.fromJsonString(str) // return MessageType\nJsonFormat.fromJson(json) // return MessageType\n```\n\n### Credits\n\n- https://github.com/whisklabs/scalapb-playjson\n- https://github.com/scalapb/scalapb-json4s\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalapb-json%2Fscalapb-argonaut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscalapb-json%2Fscalapb-argonaut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalapb-json%2Fscalapb-argonaut/lists"}