1.3.0 • Published 8 years ago

min-parse v1.3.0

Weekly downloads
601
License
ISC
Repository
github
Last release
8 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

8 years ago

1.2.0

8 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago