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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i jsonf

      Weekly Downloads

      0

      Version

      0.1.1

      License

      MIT

      Last publish

      Collaborators

      • wlsy