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