json-string-parser
v1.0.1
Published
turns json strings into javascript objects
Readme
Installation
npm install json-string-parser
// app.js
const JSONParser = require('json-string-parser');
const newObject = JSONParser('{"a":1,"b":2}');NPMJS
License
This project is licensed under the MIT License
