json-string-parser

1.0.1 • Public • Published

JSON String Parser

Turn a JSON string into a Javascript Object



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

Readme

Keywords

none

Package Sidebar

Install

npm i json-string-parser

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

4.63 kB

Total Files

3

Last publish

Collaborators

  • samparsons