Storing dictionaries in Core Data

In your entity have a values that is of type NSData, then convert your dictionary using NSJSONSerialization.dataWithJSONObject…the save the return data into you entity.
hope this helps you