gateway
gateway copied to clipboard
Treat JSON API responses as the text they are
The content-type "application/vnd.api/json" is a text based JSON response type. Lets treat it as such.
Refernce: https://jsonapi.org/format/
Solves #14