#include "nlohmann/json_fwd.hpp"
Go to the source code of this file.
◆ JSON_IMPL
#define JSON_IMPL |
( |
| TYPE | ) |
|
Value: namespace nlohmann { \
using namespace nix; \
template <> \
struct adl_serializer<TYPE> { \
static TYPE from_json(const json & json); \
static void to_json(json & json, TYPE
t); \
}; \
}
T t
Definition lexer.l:154