plist-0.0.5: Generate and parse Mac OS X property list format

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.XML.Plist.PlObject

Description

PlObject data type

Synopsis

Documentation

data PlObject Source

Data type that represents plist object

Constructors

PlString String

string

PlBool Bool

bool

PlInteger Int

integer

PlReal Double

real

PlArray [PlObject]

array

PlDict [(String, PlObject)]

dictionary

PlData [Word8]

raw data

PlDate String

date (ISO 8601, but currently it is not validated)