Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ toJSONString
Method
toJSONString
src/utilities/data/Attribute.cpp:1103–1105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1101
}
1102
1103
std::string Attribute::toJSONString() const {
1104
return toJSON().toStyledString();
1105
}
1106
1107
Json::Value Attribute::valueAsJSON() const {
1108
return m_impl->valueAsJSON();
Callers
nothing calls this directly
Calls
1
toJSON
Function · 0.85
Tested by
no test coverage detected