json property

Future get json

Response body parsed as JSON (fetched lazily).

Implementation

Future<dynamic> get json async => jsonDecode(await body);