From 48702f77a1f9d7920b6bb568a44e42dc840f01d4 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Sun, 20 May 2018 14:37:45 +0300 Subject: [PATCH] Create header of class "json". --- src/json.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/json.hpp b/src/json.hpp index e69de29..0411e0d 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -0,0 +1,7 @@ +#ifndef JSON_HPP +#define JSON_HPP + +#include "lib/json/json.hpp" +using json = nlohmann::json; + +#endif \ No newline at end of file