jsonBody property

dynamic jsonBody

The body of this response, decoded as JSON.

Will be null is the body was not valid JSON, and hasJsonBody will be set to false.

Implementation

dynamic get jsonBody;