Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ FromJSON
Method
FromJSON
Modules/Core/src/DataManagement/mitkStringProperty.cpp:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
bool mitk::StringProperty::FromJSON(const nlohmann::json& j)
54
{
55
this->SetValue(j.get<std::string>());
56
return true;
57
}
58
Callers
nothing calls this directly
Calls
1
SetValue
Method · 0.45
Tested by
no test coverage detected