{"id":15026642,"url":"https://github.com/swiftyjson/alamofire-swiftyjson","last_synced_at":"2025-05-15T17:04:40.403Z","repository":{"id":21053568,"uuid":"24352590","full_name":"SwiftyJSON/Alamofire-SwiftyJSON","owner":"SwiftyJSON","description":"Alamofire extension for serialize NSData to SwiftyJSON","archived":false,"fork":false,"pushed_at":"2020-09-04T17:04:27.000Z","size":47,"stargazers_count":1375,"open_issues_count":13,"forks_count":163,"subscribers_count":57,"default_branch":"master","last_synced_at":"2025-02-02T22:11:17.659Z","etag":null,"topics":["alamofire","alamofire-swiftyjson","swift","swiftyjson"],"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/SwiftyJSON.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":"2014-09-23T01:43:29.000Z","updated_at":"2024-12-27T13:43:08.000Z","dependencies_parsed_at":"2022-07-07T22:51:16.619Z","dependency_job_id":null,"html_url":"https://github.com/SwiftyJSON/Alamofire-SwiftyJSON","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FAlamofire-SwiftyJSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FAlamofire-SwiftyJSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FAlamofire-SwiftyJSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FAlamofire-SwiftyJSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SwiftyJSON","download_url":"https://codeload.github.com/SwiftyJSON/Alamofire-SwiftyJSON/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384987,"owners_count":22062422,"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":["alamofire","alamofire-swiftyjson","swift","swiftyjson"],"created_at":"2024-09-24T20:04:50.014Z","updated_at":"2025-05-15T17:04:40.386Z","avatar_url":"https://github.com/SwiftyJSON.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alamofire-SwiftyJSON ![](https://travis-ci.org/SwiftyJSON/Alamofire-SwiftyJSON.svg?branch=master)\n\nAn extension to make serializing [Alamofire](https://github.com/Alamofire/Alamofire)'s response with [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) easily.\n\n⚠️ **To use with Swift 3.x please ensure you are using \u003e= `2.0.0`** ⚠️\n\n⚠️ **To use with Swift 4.x please ensure you are using \u003e= `3.0.0`** ⚠️\n\n## Swift version\n\nAlamofire-SwiftyJSON | Swift version | Alamofire | SwiftyJSON\n-------------        | --------------| ----------| ----------\n2.x                  | Swift 3.x     |    4.x    |  3.x\n3.x                  | Swift 4.x     |    4.5.x  |  4.x\n\n## Requirements\n\n- iOS 8.0+ / Mac OS X 10.9+\n- Xcode 8.0+\n- Swift 3.0+\n\n## Install\n\n[CocoaPods](https://cocoapods.org/):\n\n```ruby\npod 'Alamofire-SwiftyJSON'\n```\n\n[Carthage](https://github.com/Carthage/Carthage):\n\n```\ngithub \"SwiftyJSON/Alamofire-SwiftyJSON\" \"master\"\n```\n\n## Usage\n```swift\nimport Alamofire_SwiftyJSON\n```\n\n```swift\nAlamofire.request(URL, method: .get, parameters: parameters, encoding: URLEncoding.default)\n         .responseSwiftyJSON { dataResponse in\n                     print(dataResponse.request)\n                     print(dataResponse.response)\n                     print(dataResponse.error)\n                     print(dataResponse.value)\n                  })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftyjson%2Falamofire-swiftyjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswiftyjson%2Falamofire-swiftyjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftyjson%2Falamofire-swiftyjson/lists"}