/* * Copyright (c) 2022-2023, Linus Groh * Copyright (c) 2024, Tim Flynn * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include #include namespace Web::WebDriver { Response json_clone(HTML::BrowsingContext const&, JS::Value); ErrorOr json_deserialize(HTML::BrowsingContext const&, JsonValue const&); }