#include <json_delegate.h>
|
| virtual mip::JsonResult | CreateJsonObjectDocument () const =0 |
| | Creates a blank json document with an Object as the root.
|
| |
| virtual mip::JsonResult | Parse (const std::string &value) const =0 |
| | parse value as json document.
|
| |
◆ CreateJsonObjectDocument()
| virtual mip::JsonResult JsonDelegate::CreateJsonObjectDocument |
( |
| ) |
const |
|
pure virtual |
Creates a blank json document with an Object as the root.
- Returns
- A delegate response which either contains a pointer to a blank json document with an Object as the root, or an exception.
◆ Parse()
| virtual mip::JsonResult JsonDelegate::Parse |
( |
const std::string & | value | ) |
const |
|
pure virtual |
parse value as json document.
- Returns
- A delegate response which either contains a pointer to a json document of the parsed data, or an exception.
The documentation for this class was generated from the following file: