Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
JsonDelegate Class Referenceabstract

#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.
 

Detailed Description

Definition at line 48 of file json_delegate.h.

Member Function Documentation

◆ 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: