@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-json
Usage
import { parse, stringify } from '@cspell/normalize-json';