UNPKG

ian-parse-json

Version:
8 lines (4 loc) 159 B
const Ian = require('ian-parse-json'); const ian = new Ian(); const parsedJSON = ian.parse("{\"name\":\"ian\"}"); console.log(parsedJSON); // {name: 'ian'}