{"id":13465599,"url":"https://github.com/dduan/TOMLDecoder","last_synced_at":"2025-03-25T16:32:26.098Z","repository":{"id":34295515,"uuid":"173995094","full_name":"dduan/TOMLDecoder","owner":"dduan","description":"From TOML to Swift Codable types.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:40:10.000Z","size":382,"stargazers_count":71,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-29T01:28:21.662Z","etag":null,"topics":["codable","swift","toml"],"latest_commit_sha":null,"homepage":"","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/dduan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-03-05T17:57:37.000Z","updated_at":"2024-10-28T00:31:19.000Z","dependencies_parsed_at":"2022-08-08T19:30:36.975Z","dependency_job_id":null,"html_url":"https://github.com/dduan/TOMLDecoder","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDecoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDecoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDecoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDecoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dduan","download_url":"https://codeload.github.com/dduan/TOMLDecoder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221967014,"owners_count":16909028,"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","swift","toml"],"created_at":"2024-07-31T15:00:32.427Z","updated_at":"2025-03-25T16:32:26.090Z","avatar_url":"https://github.com/dduan.png","language":"Swift","readme":"# TOMLDecoder\n\nTOML parser for your Swift `Codable`s.\n\n```swift\nstruct Team: Codable {\n    struct Player: Codable {\n        let id: String\n        let health: Int\n        let joinDate: Date\n    }\n\n    let players: [Player]\n}\n\nlet team = try TOMLDecoder().decode(Team.self, from: tomlData)\n```\n\nTOMLDecoder has a relatively simple set of APIs. Learn more in the [introduction](Documentation/Introduction.md).\n\n[TOML]: https://toml.io/\n\n## Installation\n\n#### With [SwiftPM](https://swift.org/package-manager)\n\n```swift\n.package(url: \"https://github.com/dduan/TOMLDecoder\", from: \"0.3.1\")\n```\n\n## License\n\nMIT. See `LICENSE.md`.\n","funding_links":[],"categories":["Libs","Data Management [🔝](#readme)","Swift"],"sub_categories":["Data Management"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdduan%2FTOMLDecoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdduan%2FTOMLDecoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdduan%2FTOMLDecoder/lists"}