2022-07-31 16:28:01 +03:00
|
|
|
// __ _____ _____ _____
|
|
|
|
|
// __| | __| | | | JSON for Modern C++ (supporting code)
|
2022-08-12 16:04:06 +03:00
|
|
|
// | | |__ | | | | | | version 3.11.2
|
2022-07-31 16:28:01 +03:00
|
|
|
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
|
|
|
|
|
//
|
|
|
|
|
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
|
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
|
2020-07-22 13:03:37 +03:00
|
|
|
#include "Foo.hpp"
|
|
|
|
|
|
|
|
|
|
class Foo;
|