{"id":32151761,"url":"https://github.com/dduan/tomldeserializer","last_synced_at":"2025-10-21T10:52:32.346Z","repository":{"id":55504336,"uuid":"171733722","full_name":"dduan/TOMLDeserializer","owner":"dduan","description":"Replaced by https://github.com/dduan/TOMLDecoder","archived":true,"fork":false,"pushed_at":"2022-03-31T20:06:33.000Z","size":122,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-18T04:25:32.327Z","etag":null,"topics":["toml","toml-parser"],"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":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":"2019-02-20T19:13:41.000Z","updated_at":"2023-01-27T23:35:20.000Z","dependencies_parsed_at":"2022-08-15T02:00:28.763Z","dependency_job_id":null,"html_url":"https://github.com/dduan/TOMLDeserializer","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/dduan/TOMLDeserializer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDeserializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDeserializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDeserializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDeserializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dduan","download_url":"https://codeload.github.com/dduan/TOMLDeserializer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDeserializer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280248569,"owners_count":26297925,"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","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["toml","toml-parser"],"created_at":"2025-10-21T10:52:27.616Z","updated_at":"2025-10-21T10:52:32.332Z","avatar_url":"https://github.com/dduan.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"*This project has been merged with [TOMLDecoder][]*, and will not receive further updates.*\n\n# TOMLDeserializer\n\nTurn TOML data into Swift objects.\n\n```swift\ntry TOMLDeserializer.tomlTable(with: data) // [String: Any]\n```\n\nCompatible with [TOML v0.5.0][]\n\nUnless you have a good reason not to, [TOMLDecoder][] is probably a better choice for your TOML needs.\n\n[TOML v0.5.0]: https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.5.0.md\n[TOMLDecoder]: https://github.com/dduan/TOMLDecoder\n\n## Installation\n\n#### With [CocoaPods](http://cocoapods.org/)\n\n```ruby\nuse_frameworks!\n\npod \"TOMLDeserializer\"\n```\n\n#### With [SwiftPM](https://swift.org/package-manager)\n\n```swift\n.package(url: \"https://github.com/dduan/TOMLDeserializer\", from: \"0.2.5\")\n```\n\n#### With [Carthage](https://github.com/Carthage/Carthage)\n\n```\ngithub \"dduan/TOMLDeserializer\"\n```\n\n## Types\n\nIn addition to Swift types from the standard library, date and time are\nrepreseted with types from the [NetTime][] library. The following is a mapping\nfrom types defined in the TOML spec to Swift types.\n\n| TOML             | Swift                   |\n| -                | -                       |\n| String           | `Swift.String`          |\n| Integer          | `Swift.Int64`           |\n| Float            | `Swift.Double`          |\n| Boolean          | `Swift.Bool`            |\n| Local Time       | `NetTime.LocalTime`     |\n| Local Date       | `NetTime.LocalDate`     |\n| Local Date-Time  | `NetTime.LocalDateTime` |\n| Offset Date-Time | `NetTime.DateTime`      |\n| Array            | `Swift.[Any]`           |\n| Table            | `Swift.[String: Any]`   |\n\n[NetTime]: https://github.com/dduan/NetTime\n\n## License\n\nMIT. See `LICENSE.md`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdduan%2Ftomldeserializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdduan%2Ftomldeserializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdduan%2Ftomldeserializer/lists"}