Adds support for handling respones from Collection+JSON APIs
Created by: ryanwi
For APIs using the Collection+JSON Hypermedia document format, responses are not being parsed. Collection+JSON is still JSON, so this PR connects responses with the Collection+JSON content type to the JSON parser.