Skip to content

Better handling json decode error

Ulrik Stervbo requested to merge better-handling-json-decode-error into master

The decoding of the JSON string in the return request API object is handled after test for response errors. Only bodies that look like a JSON is decoded and an error is raised is the decosing fails

Merge request reports