15 lines
285 B
C++
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
|