Tutorial: How To Use The JSONModel Library For Easily Handling JSON Data

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.

FacebookTwitterDiggStumbleUponGoogle Plus

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.

Leave a Reply

Your email address will not be published. Required fields are marked *