lokinet/libabyss/include/abyss/json.hpp
2018-10-24 14:02:42 -04:00

15 lines
207 B
C++

#ifndef __ABYSS_JSON_JSON_HPP
#define __ABYSS_JSON_JSON_HPP
#include <rapidjson/document.h>
namespace abyss
{
namespace json
{
typedef rapidjson::Document Object;
}
} // namespace abyss
#endif