My favorites | Sign in
Project Home Downloads Wiki Issues Source
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

Format Parse Create
OS X / iOS XML yes yes
OS X / iOS Binary yes yes
OS X / iOS ASCII yes no
GNUstep ASCII yes no
NeXTSTEP ASCII yes no

Help

The 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

Powered by Google Project Hosting