mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
Prepare 3.11.0 release (#3635)
* 📄 add license header * Update Makefile Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com> * 🔥 remove unused Doxygen leftover Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
// __ _____ _____ _____
|
||||
// __| | __| | | | JSON for Modern C++ (supporting code)
|
||||
// | | |__ | | | | | | version 3.10.5
|
||||
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
|
||||
//
|
||||
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
Reference in New Issue
Block a user