|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
This library enables Java applications to work with property lists in various formats. You can parse existing property lists (e.g. those created by an iOS application) and work with the contents on any operating system. The library also enables you to create your own property lists from scratch and store them in various formats. This library provides an API which mimics the Cocoa/NeXTSTEP API, providing access to the basic functions of classes like NSDictionary, NSData, etc. Supported formats
HelpThe JavaDoc is included in the download but can also be browsed online: JavaDoc. You can find some examples in the wiki: Examples. If you encounter a bug please report it by creating an Issue for it: Issues |