Mould is a JSONAPI.org
transformation library for NodeJS and Javascript. Using this library JSON objects can be transformed to ensure that they are compliant with the JSON API Specification.
The libray can be installed using npm
or yarn
package managers.
npm install --save mould
or
yarn add mould
This package is a work in progress and not in a stable condition.