@putout/formatter-json
🐊Putout formatter output json on end
Last updated 8 months ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @putout/formatter-json 
SYNC missed versions from official npm registry.

@putout/formatter-json NPM version

JSON is a syntax for serializing objects, arrays, numbers, strings, booleans, and null. It is based upon JavaScript syntax but is distinct from it: some JavaScript is not JSON.

(c) MDN

????Putout formatter outputs JSON, when done.

Install

npm i putout @putout/formatter-json

Usage

putout --format json lib

Result example:

{
    "errors": [{
        "name": "/home/coderaiser/putout/packages/putout/lib/putout.js",
        "places": [{
            "rule": "remove-debugger",
            "message": "Unexpected \"debugger\" statement",
            "position": {
                "line": 3,
                "column": 0
            }
        }]
    }],
    "filesCount": 1,
    "errorsCount": 1
}

License

MIT

Current Tags

  • 3.0.0                                ...           latest (8 months ago)

5 Versions

  • 3.0.0                                ...           8 months ago
  • 2.0.0                                ...           4 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (8)

Copyright 2013 - present © cnpmjs.org | Home |