Previously I mentioned the excellent JSONModel library providing a number of nice features working with JSON data most notably that makes it easy to convert JSON data to Objective-C objects.
Here’s a tutorial submitted by JSONModel developer Marin Todorov that walks through the creation of a couple of simple apps utilizing JSONModel step-by-step.
In the tutorial some of the things you’ll learn are how to:
– Fetch JSON data using NSURLSession
– Automatically create model objects with the data
– Customize the behavior of the models
– Handle complex JSON data
– Use JSONModels data transformations
You can find the JSONModel tutorial in two parts here: Part 1, Part 2.
A nice guide to using a great JSON handling library.
- Open Source JSON Based Data Model Framework
- An Open Source Library That Makes Working With JSON Data Using Swift Much Easier
- Free Tool That Automatically Converts JSON Models To Objective-C Objects And Core Data Models
- Using Objective-C JSON To Do Translations In An iOS App
- Open Source Objective-C Library For Easily Validating JSON Data
Original article: Tutorial: How To Use The JSONModel Library For Easily Handling JSON Data
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.