Parse the body as a JSON object.
Map<String, dynamic> get json => jsonDecode(body) as Map<String, dynamic>;