Global Namespaces
namespace qi
Functions (namespace qi)
qi::
encodeJSON
(const qi::AutoAnyReference& val, JsonOption jsonPrintOption = JsonOption_None)¶Brief:
Parameters: |
|
---|---|
Returns: | the value encoded in JSON. |
Serializes a value of any compatible type to an JSON string. Objects, raw data and maps with non-string keys are incompatible.
qi::decodeJSON