mirror of
https://github.com/nlohmann/json.git
synced 2024-11-24 06:29:03 +08:00
12 lines
344 B
C++
12 lines
344 B
C++
// __ _____ _____ _____
|
|
// __| | __| | | | JSON for Modern C++ (supporting code)
|
|
// | | |__ | | | | | | version 3.11.3
|
|
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
|
|
//
|
|
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#include "Bar.hpp"
|
|
|
|
class Bar;
|