Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for 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"

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.

Variable Documentation

◆ JsonResult

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