jsonf

0.1.1 • Public • Published

jsonf

A json formatter, inspired by jsonlint

Install :

npm install jsonf

Example :

var jsonf = require('jsonf');
var data = '{"encoding": "utf-8", "outputDirName": "./", "ignore": [ "./_lilt.json" ]}'
jsonf(data);

output:

{
    "encoding": "utf-8",
    "outputDirName": "./",
    "ignore": [
         "./_lilt.json"
     ]
}

MIT License

/jsonf/

    Package Sidebar

    Install

    npm i jsonf

    Weekly Downloads

    2

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • wlsy