2 #include "nlohmann/json_fwd.hpp"
3 #include "util/uuid.hpp"
11 NetClass(
const UUID &uu,
const json &j);
12 NetClass(
const UUID &uu);
15 bool is_default =
false;
16 UUID get_uuid()
const;
18 json serialize()
const;
a class to store JSON values
Definition: json.hpp:166
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61