https://github.com/nimblehq/jsonmapper
An iOS library supports mapping json data
https://github.com/nimblehq/jsonmapper
decodable ios json jsonapi jsoncodable mapper nimble swift
Last synced: 2 months ago
JSON representation
An iOS library supports mapping json data
- Host: GitHub
- URL: https://github.com/nimblehq/jsonmapper
- Owner: nimblehq
- License: mit
- Created: 2021-06-16T04:04:59.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2023-06-28T04:45:31.000Z (about 3 years ago)
- Last Synced: 2025-02-20T02:18:03.911Z (over 1 year ago)
- Topics: decodable, ios, json, jsonapi, jsoncodable, mapper, nimble, swift
- Language: Swift
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSONAPIMapper
An iOS library supports mapping json data
## Installation
### Swift Package Manager
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It is in early development, but Alamofire does support its use on supported platforms.
Once you have your Swift package set up, adding Alamofire as a dependency is as easy as adding it to the dependencies value of your Package.swift.
```swift
dependencies: [
.package(url: "https://github.com/nimblehq/JSONMapper.git", from: "1.1.1")
]
```
### Cocoapods
JSONAPIMapper can be added to your project using CocoaPods 0.36 or later by adding the following line to your Podfile:
```ruby
pod 'JSONAPIMapper', '1.1.1'
```
## License
This project is Copyright (c) 2014 and onwards. It is free software,
and may be redistributed under the terms specified in the [LICENSE] file.
[LICENSE]: /LICENSE
## About

This project is maintained and funded by Nimble.
We love open source and do our part in sharing our work with the community!
See [our other projects][community] or [hire our team][hire] to help build your product.
[community]: https://github.com/nimblehq
[hire]: https://nimblehq.co/