dynamic decodedBody
read / write

The HTTP response body decoded according to its Content-Type.

For example, if the response has a Content-Type of application/json, this value will be the body decoded from JSON into a Map or List. You may also use asList and asMap for additional typing clues for the analyzer.