Skip to content

A library to mould objects to JSONAPI.org specifications

License

Notifications You must be signed in to change notification settings

conceptbyte/mould

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Mould

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.

Installation

The libray can be installed using npm or yarn package managers.

npm install --save mould

or

yarn add mould

Disclaimer

This package is a work in progress and not in a stable condition.