Skip to content

Saving JSON to Core Data | Cocoa Is My Girlfriend

Tom Harrington post on CoreData/JSON conversion…

You may know me as @atomicbird on Twitter. Just a few days ago my book Core Data for iOS: Developing Data-Driven Applications for the iPad, iPhone, and iPod touch (co-written with the excellent Tim Isted) was published, and Matt invited me to contribute some Core Data tips to CIMGF. I’m going to start off discussing taking JSON data from a web service and converting it to Core Data storage. Along the way I’ll cover how to inspect managed objects to find out what attributes they have and what the attribute types are.

via Saving JSON to Core Data | Cocoa Is My Girlfriend.