Pioneer
Loading...
Searching...
No Matches
JsonFwd.h
Go to the documentation of this file.
1// Copyright © 2008-2023 Pioneer Developers. See AUTHORS.txt for details
2// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3
4// Forward declarations for JSON.
5
6#ifndef _JSON_FWD_H
7#define _JSON_FWD_H
8
9#include "json/json_fwd.hpp"
10using Json = nlohmann::json;
11
12#endif
nlohmann::json Json
Definition Json.h:8