Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
json-impls.hh File Reference
#include "nlohmann/json_fwd.hpp"

Go to the source code of this file.

Macros

#define JSON_IMPL(TYPE)
 

Macro Definition Documentation

◆ 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