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