ian-parse-json

4.0.0 • Public • Published

ian-parse-json

NPM

supermooi!

Usage

const Ian = require('ian-parse-json');
 
const ian = new Ian();
 
const parsedJSON = ian.parse("{\"name\":\"ian\"}");
 
console.log(parsedJSON); // {name: 'ian'}

Readme

Keywords

Package Sidebar

Install

npm i ian-parse-json

Weekly Downloads

0

Version

4.0.0

License

MIT

Unpacked Size

2.74 kB

Total Files

6

Last publish

Collaborators

  • iancstewart