Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
#include <src/api/mip/json_delegate.h>
Public Member Functions | |
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. | |
Definition at line 48 of file json_delegate.h.
|
pure virtual |
Creates a blank json document with an Object as the root.
|
pure virtual |
parse value as json document.