jsonDecode method

Future jsonDecode([
  1. Encoding enc = utf8
])

Implementation

Future<dynamic> jsonDecode([Encoding enc = utf8]) async =>
    _jsonDecode(await text(enc));