2022-08-02 14:28:39 +02:00
|
|
|
// __ _____ _____ _____
|
|
|
|
// __| | __| | | | JSON for Modern C++
|
2022-10-30 02:36:30 +02:00
|
|
|
// | | |__ | | | | | | version 3.11.2
|
2022-08-02 14:28:39 +02:00
|
|
|
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
|
|
|
|
//
|
|
|
|
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
2021-12-11 23:32:21 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <nlohmann/detail/macro_scope.hpp>
|
|
|
|
|
2022-08-02 14:28:39 +02:00
|
|
|
NLOHMANN_JSON_NAMESPACE_BEGIN
|
|
|
|
|
2021-12-11 23:32:21 +01:00
|
|
|
NLOHMANN_CAN_CALL_STD_FUNC_IMPL(begin);
|
2022-08-02 14:28:39 +02:00
|
|
|
|
|
|
|
NLOHMANN_JSON_NAMESPACE_END
|