{"id":13685962,"url":"https://github.com/Flight-School/JSONFeed","last_synced_at":"2025-05-01T04:33:05.446Z","repository":{"id":56407761,"uuid":"132917808","full_name":"Flight-School/JSONFeed","owner":"Flight-School","description":"A Swift encoder and decoder for the JSON Feed format","archived":true,"fork":false,"pushed_at":"2020-11-09T19:44:02.000Z","size":23,"stargazers_count":51,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T06:18:56.066Z","etag":null,"topics":["codable","jsonfeed","swift"],"latest_commit_sha":null,"homepage":"https://flight.school","language":"Swift","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/Flight-School.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-10T15:13:58.000Z","updated_at":"2024-10-19T11:49:17.000Z","dependencies_parsed_at":"2022-08-15T18:10:28.030Z","dependency_job_id":null,"html_url":"https://github.com/Flight-School/JSONFeed","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flight-School%2FJSONFeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flight-School%2FJSONFeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flight-School%2FJSONFeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flight-School%2FJSONFeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flight-School","download_url":"https://codeload.github.com/Flight-School/JSONFeed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251824806,"owners_count":21649934,"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":["codable","jsonfeed","swift"],"created_at":"2024-08-02T14:01:00.026Z","updated_at":"2025-05-01T04:33:05.167Z","avatar_url":"https://github.com/Flight-School.png","language":"Swift","readme":"# JSONFeed\n\n[![Build Status][build status badge]][build status]\n\nA Swift encoder and decoder for the [JSON Feed](https://jsonfeed.org) format.\n\n## Usage\n\n```swift\n// For an example, see https://jsonfeed.org/feed.json\nlet json = \"{ ... }\"\n\nlet decoder = JSONDecoder()\ndecoder.dateDecodingStrategy = .iso8601\n\nlet feed = try! decoder.decode(Feed.self, from: data)\n\nprint(feed.title)\n\nfor item in feed.items {\n    print(\"* \\(item.title!) - \\(item.datePublished!)\")\n}\n```\n\n## License\n\nMIT\n\n## Contact\n\nMattt ([@mattt](https://twitter.com/mattt))\n\n[build status]: https://github.com/Flight-School/JSONFeed/actions?query=workflow%3ACI\n[build status badge]: https://github.com/Flight-School/JSONFeed/workflows/CI/badge.svg\n","funding_links":[],"categories":["Swift"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlight-School%2FJSONFeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFlight-School%2FJSONFeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlight-School%2FJSONFeed/lists"}