Parse the body, and convert it to a json list
Future<List<dynamic>> get bodyAsJsonList async => (await body) as List;