diff --git a/README.md b/README.md index 2efc6cd4f..48972d9be 100644 --- a/README.md +++ b/README.md @@ -1607,6 +1607,18 @@ Most of these are paid services, some have free tiers. **[back to top](#contributing-and-collaborating)** ### JSON +* [SmartCodable](https://github.com/iAmMccc/SmartCodable) - SmartCodable is a data parsing library based on Codable. It is simple to use, with robust compatibility being one of its main features. +- [SBJson](https://github.com/SBJson/SBJson) - This framework implements a strict JSON parser and generator in Objective-C. +- [Mantle](https://github.com/Mantle/Mantle) - Model framework for Cocoa and Cocoa Touch. +- [Groot](https://github.com/gonzalezreal/Groot) - Convert JSON dictionaries and arrays to and from Core Data managed objects. +- [PropertyMapper](https://github.com/krzysztofzablocki/PropertyMapper) - Data mapping and validation with minimal amount of code. +- [JSONModel](https://github.com/JSONModel/JSONModel) - Magical Data Modeling Framework for JSON. Create rapidly powerful, atomic and smart data model classes. +- [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) - The better way to deal with JSON data in Swift. +- [FastEasyMapping](https://github.com/Yalantis/FastEasyMapping) - Serialize & deserialize JSON fast. +- [ObjectMapper](https://github.com/tristanhimmelman/ObjectMapper) - A framework written in Swift that makes it easy for you to convert your Model objects (Classes and Structs) to and from JSON. +- [JASON](https://github.com/delba/JASON) - JSON parsing with outstanding performances and convenient operators. +- [Gloss](https://github.com/hkellaway/Gloss) - A shiny JSON parsing library in Swift. +- [SwiftyJSONAccelerator](https://github.com/insanoid/SwiftyJSONAccelerator) - Generate Swift 5 model files from JSON with Codeable support. - [AlamofireObjectMapper](https://github.com/tristanhimmelman/AlamofireObjectMapper) - An Alamofire extension which converts JSON response data into swift objects using ObjectMapper. - [alexander](https://github.com/hodinkee/alexander) - An extremely simple JSON helper written in Swift. - [Alembic](https://github.com/ra1028/Alembic) - Functional JSON parsing, mapping to objects, and serialize to JSON.