Prototype of a minimalistic json api serializer.
The main idea is to provide helpers with this project to create data following the json api schema as simple as possible. And with a nice API.
https://gist.github.com/noxan/5d36818ee99ec92edef3f9fc09040afb
Testing is simple as:
$ npm test
Just make sure to install all node modules before.