update json.hpp to 3.1.0

This commit is contained in:
badaix 2018-02-06 22:38:45 +01:00
parent 84b03c98af
commit 6bbcc83cb1
11 changed files with 17184 additions and 10073 deletions

View file

@ -20,12 +20,7 @@
#define JSON_MESSAGE_H
#include "message.h"
#ifdef HAS_JSONRPCPP
#include <jsonrpcpp/json.hpp>
#else
#include "externals/json.hpp"
#endif
#include "common/json.hpp"
using json = nlohmann::json;