You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
451 B
18 lines
451 B
2 years ago
|
// __ _____ _____ _____
|
||
|
// __| | __| | | | JSON for Modern C++
|
||
|
// | | |__ | | | | | | version 3.11.2
|
||
|
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
|
||
|
//
|
||
|
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
|
||
|
// SPDX-License-Identifier: MIT
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <nlohmann/detail/macro_scope.hpp>
|
||
|
|
||
|
NLOHMANN_JSON_NAMESPACE_BEGIN
|
||
|
|
||
|
NLOHMANN_CAN_CALL_STD_FUNC_IMPL(end);
|
||
|
|
||
|
NLOHMANN_JSON_NAMESPACE_END
|