{"id":16908210,"url":"https://github.com/howardjohn/scanamo-json","last_synced_at":"2025-06-15T23:04:39.914Z","repository":{"id":57733447,"uuid":"133308819","full_name":"howardjohn/scanamo-json","owner":"howardjohn","description":"Scanamo DynamoFormat for popular Scala Json libraries","archived":false,"fork":false,"pushed_at":"2020-02-13T19:05:18.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T10:47:53.247Z","etag":null,"topics":["circe","dynamodb","json","scala","scanamo"],"latest_commit_sha":null,"homepage":null,"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/howardjohn.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}},"created_at":"2018-05-14T05:25:24.000Z","updated_at":"2020-05-03T04:32:29.000Z","dependencies_parsed_at":"2022-09-26T22:11:24.620Z","dependency_job_id":null,"html_url":"https://github.com/howardjohn/scanamo-json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardjohn%2Fscanamo-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardjohn%2Fscanamo-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardjohn%2Fscanamo-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardjohn%2Fscanamo-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howardjohn","download_url":"https://codeload.github.com/howardjohn/scanamo-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248594190,"owners_count":21130316,"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":["circe","dynamodb","json","scala","scanamo"],"created_at":"2024-10-13T18:50:37.286Z","updated_at":"2025-04-12T16:14:47.023Z","avatar_url":"https://github.com/howardjohn.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scanamo Json\nScanamo Json provides `DynamoFormat`s for popular Scala Json libraries. The format will serialize directly to DynamoDB `AttributeValue`s, allowing full use of DynamoDB while allowing arbitrary Json objects to be stored or reusing existing formats.\n\n# Getting started\n\n### Circe\n\nFirst, add the dependency:\n\n```scala\n    libraryDependencies += \"io.github.howardjohn\" %% \"scanamo-circe\" % \"0.2.1\"\n```\n\nFinally, the format can be imported with:\n\n```scala\n    import io.github.howardjohn.scanamo.CirceDynamoFormat._\n```\n\nThis provides a `DynamoFormat[T]` for all `T` with both an `Encoder` and `Decoder`.\n\n### Play Json\n\nFirst, add the dependency:\n\n```scala\n    libraryDependencies += \"io.github.howardjohn\" %% \"scanamo-play-json\" % \"0.2.1\"\n```\n\nFinally, the format can be imported with:\n\n```scala\n    import io.github.howardjohn.scanamo.PlayJsonDynamoFormat._\n```\n\nThis provides a `DynamoFormat[T]` for all `T` with a (play-json) `Format`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowardjohn%2Fscanamo-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowardjohn%2Fscanamo-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowardjohn%2Fscanamo-json/lists"}