address feedback

This commit is contained in:
Aaron Kimbre
2024-04-25 22:27:28 -05:00
parent c3ea448be0
commit 9192dca4e6
6 changed files with 23 additions and 15 deletions

10
dCommon/json.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __JSON__H__
#define __JSON__H__
#include "nlohmann/json.hpp"
namespace {
using json = nlohmann::json;
}
#endif // !__JSON__H__