{"id":18873743,"url":"https://github.com/chobeat/scala-json-feed","last_synced_at":"2026-05-05T03:39:28.367Z","repository":{"id":150137665,"uuid":"100026797","full_name":"chobeat/scala-json-feed","owner":"chobeat","description":"Library to handle and validate documents in JSONFeed format","archived":false,"fork":false,"pushed_at":"2017-08-16T07:46:52.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T00:42:38.365Z","etag":null,"topics":["json","jsonfeed","parser","validator"],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chobeat.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":"2017-08-11T11:56:03.000Z","updated_at":"2017-08-12T12:40:51.000Z","dependencies_parsed_at":"2023-04-26T00:32:21.630Z","dependency_job_id":null,"html_url":"https://github.com/chobeat/scala-json-feed","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/chobeat%2Fscala-json-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chobeat%2Fscala-json-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chobeat%2Fscala-json-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chobeat%2Fscala-json-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chobeat","download_url":"https://codeload.github.com/chobeat/scala-json-feed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239825015,"owners_count":19703199,"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":["json","jsonfeed","parser","validator"],"created_at":"2024-11-08T05:35:42.926Z","updated_at":"2026-02-16T15:30:17.417Z","avatar_url":"https://github.com/chobeat.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"scala-json-feed offers support for the [JSONFeed](https://jsonfeed.org) format and makes it easily usable in Scala.\n\nThe project is currently WIP and the first goal is to achieve full support of the format and correct validation.\n\nFeel free to contribute with ideas, code and requests.\n\nThis is my first published and supported library so any criticism on the API, build and release methods are welcome.  \n\n# Example\n\n## Parsing\n\n```scala\nimport scalajsonfeed.core.JSONFeedParser._\nval input:String = \"\"\"\n{\n   \"title\":\"a title\",\n   \"items\":[\n      {\n         \"id\":\"1\",\n         \"tags\":[\n            \"a\",\n            \"b\",\n            \"c\"\n         ],\n         \"content_text\":\"content\"\n      },\n      {\n         \"id\":\"2\",\n         \"content_text\":\"some other content\"\n      }\n   ]\n}\n \"\"\"\nval result = parse(input)\n\nresult.foreach(d =\u003e {\n      println(s\"Title: ${d.title}\")\n})\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchobeat%2Fscala-json-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchobeat%2Fscala-json-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchobeat%2Fscala-json-feed/lists"}