flatpack-json
v9.5.0
Published
A library to normalize / flatten JSON objects to reduce the size.
Downloads
950
Maintainers
Readme
Flatpack 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 flatpack-jsonUsage
import { parse, stringify } from 'flatpack-json';