class Playwright::JSHandle
def json_value
**NOTE**: The method will return an empty JSON object if the referenced object is not stringifiable. It will throw an error if the
Returns a JSON representation of the object. If the object has a `toJSON` function, it **will not be called**.
def json_value wrap_impl(@impl.json_value) end