Index of values


F
from_file [Plist]
Raises Invalid_argument if file does not exist
from_string [Plist]
Create a plist from a JSON formatted string, raises Invalid_argument if input string isn't in a Plist readable format
from_yojson [Plist]
Simple helpers

T
to_bytes [Plist]
Returns the plist as raw binary bytes, raises Invalid_argument if plist can't be turned into raw bytes
to_file [Plist]
Writing a plist to file, second argument is whether to write as binary; raises Invalid_argument if trying to convert plist to binary fails, raises Failure if writing to a file location fails.
to_string [Plist]
Convert a Plist into a pretty formated JSON string, raises Invalid_argument when plist can't be turned into a string
to_yojson [Plist]