JSON is a syntax for serializing
objects,arrays,numbers,strings,booleans, andnull. 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.
npm i @putout/processor-json -D
{
"processors": [
"json"
]
}MIT