- Issue created by @brianperry
Our current serializer option appears to drop anything other than the data property. This means that we lose access to things like pagination metadata.
* Create a JsonApiClient instance that uses Jsona as a serializer.
* Make a request to a data set that would typically be paginated (or force it with something like `?page[limit]=5`
* Notice that links.pagination is not returned.
It should be possible today to use the `rawResponse` option to retrieve this data when using a serializer, but it seems like it would be much friendlier to also provide this metadata when deserializing.
Active
Code