|
LunaSysMgr
|
#include "JSONUtils.h"#include "Logging.h"#include "Utils.h"Functions | |
| pbnjson::JValue | createJsonReply (bool returnValue, int errorCode, const char *errorText) |
| std::string | createJsonReplyString (bool returnValue, int errorCode, const char *errorText) |
| std::string | jsonToString (pbnjson::JValue &reply, const char *schema) |
| pbnjson::JValue createJsonReply | ( | bool | returnValue, |
| int | errorCode, | ||
| const char * | errorText | ||
| ) |
| std::string createJsonReplyString | ( | bool | returnValue, |
| int | errorCode, | ||
| const char * | errorText | ||
| ) |
| std::string jsonToString | ( | pbnjson::JValue & | reply, |
| const char * | schema | ||
| ) |