json method

Future json()

Implementation

Future json() => Future.error(UnsupportedError(
    'Body.json() is not available outside a browser context.'));