September 2017
Intermediate to advanced
450 pages
11h 24m
English
To use the JSON API in our Express application, we will need to install a dependency for a JSON API serialization library called jsonapi-serializer:
npm install jsonapi-serializer --save
We will use this library for both serialization and deserialization of our data into and out of the JSON API format.
Read now
Unlock full access