1.3.0 • Published 10 years ago

min-parse v1.3.0

Weekly downloads
601
License
ISC
Repository
github
Last release
10 years ago

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

1.3.0

10 years ago

1.2.0

10 years ago

1.1.2

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago