idealizr
v2.1.0
Published
Normalizes JSON according to a schema
Downloads
10
Readme
idealizr
Disclaimer: this library is tailor-made for another project. No attempt will be made to spin it into its own project / PRs with new features will be ignored.
idealizr is a fork of normalizr which uses the _id
or _ids
suffix when
normalizing data.
Installation
npm install --save idealizr
Running Tests
git clone https://github.com/fasterthanlime/idealizr.git
cd idealizr
npm install
npm test # run tests once