{"id":13719765,"url":"https://github.com/devxoul/RxCodable","last_synced_at":"2025-05-07T11:32:36.076Z","repository":{"id":56921779,"uuid":"104665751","full_name":"devxoul/RxCodable","owner":"devxoul","description":"RxSwift wrapper for Codable","archived":false,"fork":false,"pushed_at":"2019-06-15T05:39:09.000Z","size":16,"stargazers_count":114,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-16T10:36:38.377Z","etag":null,"topics":["codable","moya","rxswift"],"latest_commit_sha":null,"homepage":null,"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/devxoul.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":"2017-09-24T18:12:50.000Z","updated_at":"2023-05-20T06:45:26.000Z","dependencies_parsed_at":"2022-08-21T04:50:08.176Z","dependency_job_id":null,"html_url":"https://github.com/devxoul/RxCodable","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FRxCodable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FRxCodable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FRxCodable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FRxCodable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devxoul","download_url":"https://codeload.github.com/devxoul/RxCodable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252869169,"owners_count":21816986,"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","moya","rxswift"],"created_at":"2024-08-03T01:00:55.155Z","updated_at":"2025-05-07T11:32:33.177Z","avatar_url":"https://github.com/devxoul.png","language":"Swift","readme":"# RxCodable\n\n![Swift](https://img.shields.io/badge/Swift-5.0-orange.svg)\n[![CocoaPods](http://img.shields.io/cocoapods/v/RxCodable.svg)](https://cocoapods.org/pods/RxCodable)\n[![Build Status](https://travis-ci.org/devxoul/RxCodable.svg?branch=master)](https://travis-ci.org/devxoul/RxCodable)\n[![codecov](https://img.shields.io/codecov/c/github/devxoul/RxCodable.svg)](https://codecov.io/gh/devxoul/RxCodable)\n\nRxSwift wrapper for Codable.\n\n## At a Glance\n\n```swift\nstruct User: Codable {\n  var name: String\n}\n\n// Data -\u003e User\nObservable\u003cData\u003e.just(jsonData).map(User.self)\nSingle\u003cData\u003e.just(jsonData).map(User.self)\nMaybe\u003cData\u003e.just(jsonData).map(User.self)\n\n// String -\u003e User\nObservable\u003cString\u003e.just(jsonString).map(User.self)\nSingle\u003cString\u003e.just(jsonString).map(User.self)\nMaybe\u003cString\u003e.just(jsonString).map(User.self)\n```\n\n## Installation\n\n* **Using [CocoaPods](https://cocoapods.org)**:\n\n    ```ruby\n    pod 'RxCodable'\n    ```\n\n## Contributing\n\nAny discussions and pull requests are welcomed 💖\n\nTo create a Xcode project:\n\n```console\n$ swift package generate-xcodeproj\n```\n\n## License\n\nRxCodable is under MIT license. See the [LICENSE](LICENSE) for more info.\n","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2FRxCodable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevxoul%2FRxCodable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2FRxCodable/lists"}