···1212 * Notes for things that are not supported:
1313 * - Does not care about UTF-16 encoding support. Untested, but might work fine.
1414 * - Large files probably won't work due to the use of using regex to extract the <plist> data. Changing deserialization to use a streaming parser would address this if it is an issue.
1515- * - Comments are ignored and will no-op/be removed when serializing.
1515+ * - Comments are ignored and will no-op/be removed when deserializing.
1616 * - Binary data is ignored, and is untested.
1717 * - Dates are ignored, and is untested. At the moment I believe it would resolve to a regular string.
1818 * - All unknown key dictionaries are not supported, and may be treated as a regular JSON object, which may mess up the structure of the plist.