json<T> method

T? json<T>()

Extracts the data as a JSON object.

Implementation

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