Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
void DropdownQuestion::FromJSON(const nlohmann::ordered_json& j)
31
{
32
from_json(j, *this);
33
}
34
35
void DropdownQuestion::ToJSON(nlohmann::ordered_json& j) const
36
{
Callers
2
DoRead
Method · 0.45
from_json
Method · 0.45
Calls
1
from_json
Function · 0.50
Tested by
no test coverage detected