i am using SBJSON and Core Data for the first time. I have a an Entity like this :
myEntity {
NSString *contenu;
NSString *first;
NSString *previous;
}
I would like to create my JSON
with this entity, and second question, i would like to store a JSON
in my Entity Core Data ? thanks