1
0

[Unit Test] SiaCurl::Get() - Basic get test

Added json parser
This commit is contained in:
Scott E. Graves
2017-02-02 21:51:33 -06:00
parent e53ad03dd7
commit 4ef968180d
9 changed files with 12722 additions and 11 deletions

View File

@@ -2,6 +2,9 @@
#include <string>
#include <cstdint>
#include <memory>
#include "json.hpp"
using json = nlohmann::json;
#ifdef _UNICODE
#define String std::wstring