Closed victorhazbun closed 7 years ago
Hey
The API is the same as jsonapi-serializer since it is just a Typescript port.
A sample deserialize operation is just like
let response: any = new Deserializer({
keyForAttribute: 'camelCase'
}).deserialize(res.json());
there is no documentation about how to use this library, can you please help me?