Get immediate access to this and 4,000+ other videos and books.
Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and
4,000+ professional videos in a single subscription, it's simply the best investment you can make in
your development career.
Property lists and JSON are two interesting formats. You can think of plists as the outgoing format and JSON as the newcomer. Apple relies heavily on plists for a lot of things in your project, like the info.plist file when creating and extracting an application binary via the command line instead of Xcode. The truth is when it comes to performance, size and flexibility, JSON is the clear winner. Pretty much any modern web API you encounter nowadays will use JSON when returning data or information to you. JSON files are also more commonly shared and used than XML files nowadays. They're smaller in memory size, easier to read, and can handle just about anything you wanna store in them. We wanted to show you how to use both formats as Apple still uses plists and because Xcode can make editing and working with them really nice. If you plan to work on Apple platforms, then using plists over JSON is a valid choice. In reality though, it's rare to find anything but JSON nowadays, especially when communicating with web servers. In either case, you now have the knowledge to work with both. And Codeable makes it easy and seamless to encode or decode from either format.
All videos. All books.
One low price.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.