VL
Public Member Functions | List of all members
vl::JSONConverter Class Reference

#include <JSONConverter.h>

Public Member Functions

bool Store (Object &object, const vl::Object &context, const std::string &filePath, const CnvParams &params=CnvParams())
 
bool JSONStr (Object &object, const vl::Object &context, std::string &out, const CnvParams &params=CnvParams())
 
std::string JSONStr (Object &object, const vl::Object &context, const CnvParams &params=CnvParams())
 
bool Load (Object &object, const std::string &filePath)
 

Member Function Documentation

◆ JSONStr() [1/2]

std::string vl::JSONConverter::JSONStr ( Object &  object,
const vl::Object &  context,
const CnvParams params = CnvParams() 
)

◆ JSONStr() [2/2]

bool vl::JSONConverter::JSONStr ( Object &  object,
const vl::Object &  context,
std::string &  out,
const CnvParams params = CnvParams() 
)

◆ Load()

bool vl::JSONConverter::Load ( Object &  object,
const std::string &  filePath 
)

◆ Store()

bool vl::JSONConverter::Store ( Object &  object,
const vl::Object &  context,
const std::string &  filePath,
const CnvParams params = CnvParams() 
)

The documentation for this class was generated from the following files: