@shockpkg/plist-dom
v4.0.7
Published
Package for parsing and encoding a plist file
Downloads
2,382
Maintainers
Readme
Plist DOM
Package for parsing and encoding a plist document
Overview
Parses and encodes Plist XML documents between a DOM and XML data.
Usage
Basic Usage
import {Plist} from '@shockpkg/plist-dom';
const plist = new Plist();
plist.fromXml(plistXml);
console.log(plist);
console.log(plist.toXml());
Bugs
If you find a bug or have compatibility issues, please open a ticket under issues section for this repository.
License
Copyright (c) 2019-2024 JrMasterModelBuilder
Licensed under the Mozilla Public License, v. 2.0.
If this license does not work for you, feel free to contact me.