MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / toJSONString

Function toJSONString

src/epjson/epJSONTranslator.cpp:499–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499std::string toJSONString(const openstudio::IdfFile& inputFile, const openstudio::path& schemaPath) {
500 return toJSON(inputFile, schemaPath).toStyledString();
501}
502
503std::string toJSONString(const openstudio::Workspace& workspace, const openstudio::path& schemaPath) {
504 return toJSON(workspace, schemaPath).toStyledString();

Callers 1

TEST_FFunction · 0.85

Calls 1

toJSONFunction · 0.85

Tested by 1

TEST_FFunction · 0.68