Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 767 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 767 Bytes

@putout/processor-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 processor adds support of json files.

Install

npm i @putout/processor-json -D

Usage

{
    "processors": [
        "json"
    ]
}

License

MIT