Skip to content

Adds support for handling responses from API+JSON APIs

Created by: david-christensen

For APIs that conform to the specification of jsonapi.org, responses are not being parsed.

"JSON API requires use of the JSON API media type (application/vnd.api+json) for exchanging data." http://jsonapi.org/format/

This PR connects responses with the media type application/vdn.api+json to the JSON Parser.

Merge request reports

Loading