Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
JsonDocument abstraction class. More...
#include <json_document.h>
Public Member Functions | |
virtual std::shared_ptr< JsonValue > | Root () const =0 |
Gets a pointer to the root node of the 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 > | CreateArrayValue ()=0 |
Create an Array value to later be added as a child of this document. | |
JsonDocument abstraction class.
|
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.