Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ to_json
Method
to_json
Modules/Forms/src/mitkQuestionWithOptions.cpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void mitk::Forms::to_json(ordered_json& j, const QuestionWithOptions& q)
80
{
81
to_json(j, static_cast<const Question&>(q));
82
83
j[
"Options"
] = q.GetOptions();
84
}
Callers
nothing calls this directly
Calls
2
to_json
Function · 0.50
GetOptions
Method · 0.45
Tested by
no test coverage detected