switched to nlohmann_json

This commit is contained in:
Anonymous275
2022-03-03 16:12:55 +02:00
parent 19d7120b13
commit 31cd89fd20
6 changed files with 36 additions and 46 deletions

View File

@@ -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;