You should be able to just use `r.json()` here. The catch being that it may raise a `json.decoder.JSONDecodeError` but this could do the same. _Originally posted by @lboeman in https://github.com/UAEnvironmentIT/monsoon-api-package/pull/15#discussion_r914929426_
You should be able to just use
r.json()here. The catch being that it may raise ajson.decoder.JSONDecodeErrorbut this could do the same.Originally posted by @lboeman in #15 (comment)