jsonList property

List get jsonList

Parse the body as a JSON array.

Implementation

List<dynamic> get jsonList => jsonDecode(body) as List<dynamic>;