Create header of class "json".

This commit is contained in:
Denis Davydov 2018-05-20 14:37:45 +03:00
parent 527f4e0c99
commit 48702f77a1

View File

@ -0,0 +1,7 @@
#ifndef JSON_HPP
#define JSON_HPP
#include "lib/json/json.hpp"
using json = nlohmann::json;
#endif