Package Exports
- json-api-serializer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (json-api-serializer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
json-api-serializer
A Node.js framework agnostic library for serializing your data to JSON API compliant responses (a specification for building APIs in JSON).
Why another library for serializing data to JSON API ?
Simply because others libraries are not as flexible as i need.
Installation
npm install --save json-api-serializerUsage
WIP
json-api-serializer is currently under development.
Some examples are available in unit tests
More examples will coming soon.
Requirements
json-api-serializer only use ECMAScript 2015 (ES6) features supported natively by Node.js 4 and above (ECMAScript 2015 (ES6) | Node.js). Make sure that you have Node.js 4+ or above.