class Playwright::APIResponse

def json

This method will throw if the response body is not parsable via `JSON.parse`.

Returns the JSON representation of response body.
def json
  wrap_impl(@impl.json)
end