Skip to content

chunpu/min-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple parse for json, xml, html for browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published