memgraph/data_model/json/all.hpp
2015-06-21 22:20:36 +02:00

15 lines
285 B
C++

#ifndef MEMGRAPH_DATA_MODEL_JSON_ALL_HPP
#define MEMGRAPH_DATA_MODEL_JSON_ALL_HPP
#include "array.hpp"
#include "bool.hpp"
#include "integral.hpp"
#include "json.hpp"
#include "null.hpp"
#include "object.hpp"
#include "primitive.hpp"
#include "real.hpp"
#include "string.hpp"
#endif