Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
JsonDocument abstraction class. More...
#include <src/api/mip/json_document.h>
Public Member Functions | |
virtual std::shared_ptr< JsonValue > | CreateArrayValue ()=0 |
Create an Array value to later be added as a child of this document. | |
virtual std::shared_ptr< JsonValue > | CreateObjectValue ()=0 |
Create an Object value to later be added as a child of this document. | |
virtual std::shared_ptr< JsonValue > | Root () const =0 |
Gets a pointer to the root node of the document. | |
JsonDocument abstraction class.
Definition at line 46 of file json_document.h.
|
pure virtual |
Create an Array value to later be added as a child of this document.
|
pure virtual |
Create an Object value to later be added as a child of this document.
|
pure virtual |
Gets a pointer to the root node of the document.