https://github.com/hkellaway/swift-json-comparison
Comparison of Swift JSON libraries :books:
https://github.com/hkellaway/swift-json-comparison
Last synced: about 1 year ago
JSON representation
Comparison of Swift JSON libraries :books:
- Host: GitHub
- URL: https://github.com/hkellaway/swift-json-comparison
- Owner: hkellaway
- License: mit
- Created: 2015-07-04T17:28:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T15:30:30.000Z (about 10 years ago)
- Last Synced: 2025-04-19T08:33:23.762Z (over 1 year ago)
- Language: Swift
- Homepage: http://harlankellaway.com/blog/2015/07/05/swift-json-parsing-by-example
- Size: 286 KB
- Stars: 10
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift JSON Parsing by Example

[](https://raw.githubusercontent.com/hkellaway/swift-json-comparison/master/LICENSE)
Visit: [Swift JSON Parsing by Example](http://harlankellaway.com/blog/2015/07/05/swift-json-parsing-by-example) for a look at how [Argo](http://harlankellaway.com/blog/2015/07/05/swift-json-parsing-by-example#argo), [JSONJoy](http://harlankellaway.com/blog/2015/07/05/swift-json-parsing-by-example#jsonjoy), [ObjectMapper](http://harlankellaway.com/blog/2015/07/05/swift-json-parsing-by-example#objectmpapper), and [SwiftyJSON](http://harlankellaway.com/blog/2015/07/05/swift-json-parsing-by-example#swiftyjson) parse JSON into application models.
You can also check out my own JSON parsing library: [Gloss](http://harlankellaway.com/blog/2015/08/16/introducing-gloss-json-parsing-swift)