@plist/xml.parse
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@plist/xml.parse

TypeScript library for parsing XML Property Lists, in browser and node.js.

workflow npm npm NPM

About

This library adapts logic and test cases from plist.js.

Installation

@plist/xml.parse is available on npm, you can install it with either npm or yarn:

npm install @plist/xml.parse
# or:
yarn install @plist/xml.parse

Usage

import { parse } from '@plist/xml.parse';

const dict = parse(`<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
  <key>hello</key>
  <true/>
</dict>
</plist>`);
// => { hello: true }

Package Sidebar

Install

npm i @plist/xml.parse

Weekly Downloads

1,105

Version

1.1.0

License

BSD-3-Clause-Clear

Unpacked Size

14.2 kB

Total Files

10

Last publish

Collaborators

  • mat-sz