Skip to content

Latest commit

 

History

History
executable file
·
31 lines (22 loc) · 1.07 KB

class_mip_jsondelegate.md

File metadata and controls

executable file
·
31 lines (22 loc) · 1.07 KB
title description author ms.service ms.topic ms.author ms.date
class JsonDelegate
Documents the jsondelegate::undefined class of the Microsoft Information Protection (MIP) SDK.
msmbaldwin
information-protection
reference
mbaldwin
11/15/2021

class JsonDelegate

Summary

Members Descriptions
public mip::JsonResult CreateJsonObjectDocument() const Creates a blank json document with an Object as the root.
public mip::JsonResult Parse(const std::string& value) const parse value as json document.

Members

CreateJsonObjectDocument function

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 function

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