🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

json-string-parser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-string-parser

turns json strings into javascript objects

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 03 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts