JSON Codec¶
Summary¶
namespace qi
Functions (namespace qi)
Global Namespaces
Reference¶
-
std::string
qi::
encodeJSON
(const qi::AutoAnyReference& val, JsonOption jsonPrintOption = JsonOption_None)¶ Brief:
Parameters: - val – Value to encode
- jsonPrintOption – Option to change JSON output
Returns: the value encoded in JSON.
-
qi::decodeJSON