An open API service indexing awesome lists of open source software.

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:

Awesome Lists containing this project

README

          

# Swift JSON Parsing by Example

![Swift](https://img.shields.io/badge/language-swift-orange.svg)
[![License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](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)