MCPcopy Create free account
hub / github.com/MITK/MITK / ToJSON

Method ToJSON

Modules/Forms/src/mitkDropdownQuestion.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void DropdownQuestion::ToJSON(nlohmann::ordered_json& j) const
36{
37 to_json(j, *this);
38}
39
40void mitk::Forms::from_json(const ordered_json& j, DropdownQuestion& q)
41{

Callers 2

WriteMethod · 0.45
to_jsonMethod · 0.45

Calls 1

to_jsonFunction · 0.50

Tested by

no test coverage detected