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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

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