OpenStudio:epjson
 All Namespaces Functions Pages
Functions
openstudio::epJSON Namespace Reference

Functions

EPJSON_API openstudio::path defaultSchemaPath (openstudio::IddFileType filetype)
 
EPJSON_API Json::Value loadJSON (const openstudio::path &path)
 
EPJSON_API Json::Value toJSON (const openstudio::IdfFile &inputFile, const openstudio::path &schemaPath=openstudio::path())
 
EPJSON_API Json::Value toJSON (const openstudio::Workspace &workspace, const openstudio::path &schemaPath=openstudio::path())
 
EPJSON_API std::string toJSONString (const openstudio::IdfFile &inputFile, const openstudio::path &schemaPath=openstudio::path())
 
EPJSON_API std::string toJSONString (const openstudio::Workspace &workspace, const openstudio::path &schemaPath=openstudio::path())
 

Function Documentation

EPJSON_API openstudio::path openstudio::epJSON::defaultSchemaPath ( openstudio::IddFileType  filetype)
EPJSON_API Json::Value openstudio::epJSON::loadJSON ( const openstudio::path &  path)
EPJSON_API Json::Value openstudio::epJSON::toJSON ( const openstudio::IdfFile &  inputFile,
const openstudio::path &  schemaPath = openstudio::path() 
)
EPJSON_API Json::Value openstudio::epJSON::toJSON ( const openstudio::Workspace &  workspace,
const openstudio::path &  schemaPath = openstudio::path() 
)
EPJSON_API std::string openstudio::epJSON::toJSONString ( const openstudio::IdfFile &  inputFile,
const openstudio::path &  schemaPath = openstudio::path() 
)
EPJSON_API std::string openstudio::epJSON::toJSONString ( const openstudio::Workspace &  workspace,
const openstudio::path &  schemaPath = openstudio::path() 
)