Mac OS X and iOS include support for JSON and property lists, two generic structured data formats, both in common use in different places. JSON isn’t a property list and a property list isn’t JSON, but they do have a lot in common. You can easily read a property list into an NSDictionary via the +dictionaryWithContentsOfFile: method, or write one back out to a property list -writeToFile:atomically: .