json-superparser

0.0.4 • Public • Published

json-superparser

Parse JSON with super way even if the key is not a string

Install

$ npm install --save json-superparser

Usage

const parseJson = require('json-superparser');
const json = '{"foo": true, age: 18 }';

console.log(parseJson(json).age);
/*
   18
*/

API

json-superparser(input, [reviver], [filename])

input

Type: string

/json-superparser/

    Package Sidebar

    Install

    npm i json-superparser

    Weekly Downloads

    2

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • lwd426