1 2 3 4 5 6
#include "relationship.hpp" void from_json(const nlohmann::json &j, RelationshipData &m) { JS_D("type", m.Type); JS_D("id", m.ID); }