12 bool Store(Object&
object,
const vl::Object& context,
const std::string& filePath,
const CnvParams& params =
CnvParams());
15 bool Load(Object&
object,
const std::string& filePath);
Definition: JSONConverter.h:10
bool Store(Object &object, const vl::Object &context, const std::string &filePath, const CnvParams ¶ms=CnvParams())
Definition: JSONConverter.cpp:14
bool Load(Object &object, const std::string &filePath)
Definition: JSONConverter.cpp:59
bool JSONStr(Object &object, const vl::Object &context, std::string &out, const CnvParams ¶ms=CnvParams())
Definition: JSONConverter.h:8