npm explorer
@vvitto/ts-jsonapi - npm explorer
@vvitto/ts-jsonapi
v3.0.1
TypeScript
JSON API (De) Serializer in Typescript
typescript
jsonapi
272
/week
Updated 3 years ago
MIT
Unpacked: 46.1 KB
Published by
vvitto
npm
yarn
pnpm
bun
npm install @vvitto/ts-jsonapi
Repository
Homepage
npm
Readme
Dependencies
(2)
Versions
(2)
Fork of https://github.com/mohuk/ts-jsonapi
Changes:
1. deserializer returns
{ data, meta }
object where
meta
-> top level meta object,
data
-> a regular deserialized resource.
2. Each resource object includes meta object
3. For meta object applied same letter casing options.
4. Fixed tests
$3