MLIB
|
Definition of JSONBridge class. More...
Go to the source code of this file.
Data Structures | |
class | mlib::http::JSONBridge |
JSON objects support. More... | |
class | mlib::http::JSONBridge::entry |
Macros | |
#define | HTTP_JSON_NOTFOUND -10 |
Entry not found. | |
#define | HTTP_JSON_DICSTRUC -11 |
Bad dictionary structure. | |
Typedefs | |
typedef std::function< int(JSONBridge &bridge, void *var)> | mlib::http::var_handler |
User defined variable handler function. | |
Definition of JSONBridge class.