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

Contains the JsonDelegate interface used to parse and produce JSON data. More...

#include <memory>
#include "mip/delegate_response.h"
#include "mip/json_document.h"
#include "mip/mip_namespace.h"
+ Include dependency graph for json_delegate.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JsonDelegate
 

Variables

MIP_NAMESPACE_BEGIN typedef mip::DelegateResponse< mip::JsonDocument > JsonResult
 

Detailed Description

Contains the JsonDelegate interface used to parse and produce JSON data.

Definition in file json_delegate.h.

Variable Documentation

◆ JsonResult

MIP_NAMESPACE_BEGIN typedef mip::DelegateResponse<mip::JsonDocument> JsonResult

Definition at line 46 of file json_delegate.h.