json<T> method

Future<T> json<T>()

Extracts the data as a JSON object.

Implementation

Future<T> json<T>() => promiseToFuture(_callMethod(_delegate, 'json', []));