Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void DropdownQuestion::ToJSON(nlohmann::ordered_json& j) const
36
{
37
to_json(j, *this);
38
}
39
40
void mitk::Forms::from_json(const ordered_json& j, DropdownQuestion& q)
41
{
Callers
2
Write
Method · 0.45
to_json
Method · 0.45
Calls
1
to_json
Function · 0.50
Tested by
no test coverage detected