I am stuck trying to save y data from core data into a json file.
Can anyone give hints about the best way to do this? Perhaps a tutorial.
Thanks.
EDIT: I'd like to store my data in json file in the app directory. SO that latter I could export it into iCloud for example. I couldn't find much about creating a json file... Strange is that for reading a json file I found plenty....
writeToFile:atomically:(fromNSData), orwriteToFile:atomically:encoding:error:(fromNSString).