@cspell/normalize-json
v9.7.0
Published
A library to normalize JSON objects to reduce the size.
Maintainers
Readme
@cspell/normalize-json
A library to reduce the size of JSON data by flattening and normalizing the values.
It is similar to flatted.
Install
npm install -S @cspell/normalize-jsonUsage
import { parse, stringify } from '@cspell/normalize-json';