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

Method FromJSON

Modules/Forms/src/mitkDropdownQuestion.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void DropdownQuestion::FromJSON(const nlohmann::ordered_json& j)
31{
32 from_json(j, *this);
33}
34
35void DropdownQuestion::ToJSON(nlohmann::ordered_json& j) const
36{

Callers 2

DoReadMethod · 0.45
from_jsonMethod · 0.45

Calls 1

from_jsonFunction · 0.50

Tested by

no test coverage detected