All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test-files.test1-ascii-multiline-handling.plist Maven / Gradle / Ivy

Go to download

This library enables Java applications to work with property lists in various formats. Supported formats for reading and writing are OS X/iOS binary and XML property lists. ASCII property lists are also supported. The library also provides access to basic functions of NeXTSTEP/Cocoa classes like NSDictionary, NSArray, etc.

The newest version!
{
/* This
   is
   a
   multi
   line
   comment */
	keyA
    = valueA;
	"key&\102" =
	  "Multi
	   line
	   string";
	date=

"2011-11-28T09:21:30Z";


	        data = <00000004
	        10410820
	        82>;
	array = (
		YES, NO,
		87, 3.14159);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy