My application has a very basic document similar to a contact card, along with a series of images. I am using UIDocument because I want to have iCloud syncing.
I'm trying to decide how to store the little text information I need, and it would seem that JSON or plists would do fine.
Is anyone out there using either of these formats as the basis for a UIDocument application that might have some advice on which to choose?