json-string-parser

turns json strings into javascript objects

Usage no npm install needed!

<script type="module">
  import jsonStringParser from 'https://cdn.skypack.dev/json-string-parser';
</script>

README


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