dynamic jsonBody

The body of the HTTP request decoded as JSON.

Source

dynamic get jsonBody {
  return JSON.decode(body);
}