1.0.0 • Published 1 year ago

@c-bonucci/ts-jsonapi v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ts-jsonapi

JSON API (De)Serializer in Typescript

CircleCI

Typescript fork from jsonapi-serializer

Why create a fork when you could just have created type definitions?

jsonapi-serializer depends on the bluebird promise API which is no longer needed with the arrival of native promises. Also, there might not be any use of promises at all, so this might change in the future.

test

Current implementation passes all tests from jsonapi-serializer

$ npm run test

Fork

I forked from ts-jsonapi because i needed the Deserializer to include the meta parameters too.