mirror of
https://github.com/nlohmann/json
synced 2024-12-01 08:00:05 +00:00
12 lines
344 B
C++
12 lines
344 B
C++
// __ _____ _____ _____
|
|
// __| | __| | | | JSON for Modern C++ (supporting code)
|
|
// | | |__ | | | | | | version 3.11.2
|
|
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
|
|
//
|
|
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#include "Foo.hpp"
|
|
|
|
class Foo;
|