Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ any_value_to_json
Function
any_value_to_json
Modules/CppMicroServices/src/usAny.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
std::string any_value_to_json(const Any& val)
23
{
24
return val.ToJSON();
25
}
26
27
std::string any_value_to_json(const std::string& val)
28
{
Callers
nothing calls this directly
Calls
1
ToJSON
Method · 0.45
Tested by
no test coverage detected