JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q58993F
  • License ISC

XML JSON HTML parser for browser from IE6+

Package Exports

  • min-parse

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (min-parse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

min-parse

Build status NPM version Downloads

XML JSON HTML parser for browser from IE6+

Installation

npm install min-parse

Usage

var parse = require('min-parse')
parse.xml('<p></p>')
parse.html('<h1></h1>')
parse.json('{}')

parse.json and parse.xml can throw error if invalid

License

ISC