Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 753 Bytes

File metadata and controls

28 lines (19 loc) · 753 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