| 174 | } |
| 175 | |
| 176 | FormElement::FormElement(json& definition) : |
| 177 | m_Definition(definition) |
| 178 | { |
| 179 | } |
| 180 | |
| 181 | /// Generate FormElement::Type to_json and from_json fuctions to enable serialization |
| 182 | NLOHMANN_JSON_SERIALIZE_ENUM |
nothing calls this directly
no outgoing calls
no test coverage detected