json-api-doc
json-api-doc copied to clipboard
JSON API parser returning a simple Python dictionary
* JSON API doc version: 0.15.0 * Python version: n/a * Operating System: n/a ### Summary `json-api-doc` incorrectly serializes an attribute that is an empty list as as an empty...
* JSON API doc version: 0.15.0 * Python version: n/a * Operating System: n/a ### Summary It is not possible to serialize or deserialize [resource links](https://jsonapi.org/format/#document-resource-object-links), i.e., a `links` member...
* JSON API doc version: 0.10.0 * Python version: 3.6.6 * Operating System: ubuntu ### Description deserialization fails if member attributes is a list type. seems `_resolve` is trying to...
In order to handle this, the json:api attribute "type" is provided in the deserialized doc as "$type".