1 2 3 4 5 6
#include "ban.hpp" void from_json(const nlohmann::json &j, BanData &m) { JS_N("reason", m.Reason); JS_D("user", m.User); }