MCPcopy 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
1103std::string Attribute::toJSONString() const {
1104 return toJSON().toStyledString();
1105}
1106
1107Json::Value Attribute::valueAsJSON() const {
1108 return m_impl->valueAsJSON();

Callers

nothing calls this directly

Calls 1

toJSONFunction · 0.85

Tested by

no test coverage detected