Ios – How to store JSON response in Core Data

core-dataiosjson

I have a Core Data object.

I was curious, as a relatively inexperienced iPhone developer, whether anyone could recommend an approach, and a suitable JSON implementation for the iPhone, which would allow me to store JSON responses as Core Data objects.

I'm getting 5 records (dictionaries) from JSON response. I need to store them in Core Data, and retrieve them when ever necessary .

I have searched, unsuccessfully, for a tutorial/code sample on this point so any assistance would be gratefully received.