Server config now uses json

This commit is contained in:
Anonymous-275
2021-04-22 02:28:02 +03:00
parent f1e1b6cc28
commit 1bee72a175
6 changed files with 221 additions and 32 deletions

9
include/Json.h Normal file
View File

@@ -0,0 +1,9 @@
//
// Created by anon on 4/21/21.
//
#pragma once
#include "rapidjson/stringbuffer.h"
#include "rapidjson/prettywriter.h"
#include "rapidjson/document.h"
#include "rapidjson/writer.h"