mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 10:40:46 +00:00
switched to nlohmann_json
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
///
|
||||
|
||||
#pragma once
|
||||
#include <rapidjson/stringbuffer.h>
|
||||
#include <rapidjson/document.h>
|
||||
#include <rapidjson/writer.h>
|
||||
namespace Json = rapidjson;
|
||||
#include <nlohmann/json.hpp>
|
||||
using Json = nlohmann::json;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user