| 1234567891011121314151617 | //     __ _____ _____ _____//  __|  |   __|     |   | |  JSON for Modern C++// |  |  |__   |  |  | | | |  version 3.12.0// |_____|_____|_____|_|___|  https://github.com/nlohmann/json//// SPDX-FileCopyrightText: 2013 - 2025 Niels Lohmann <https://nlohmann.me>// SPDX-License-Identifier: MIT#pragma once#include <nlohmann/detail/macro_scope.hpp>NLOHMANN_JSON_NAMESPACE_BEGINNLOHMANN_CAN_CALL_STD_FUNC_IMPL(begin);NLOHMANN_JSON_NAMESPACE_END
 |