MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_REST_JSON_STRUCTURE_PROTOCOL Struct Reference

Data Fields

EFI_REST_JSON_STRUCTURE_REGISTER Register
 Register JSON to C structure convertor. More...
 
EFI_REST_JSON_STRUCTURE_TO_STRUCTURE ToStructure
 The function to convert JSON to C structure. More...
 
EFI_REST_JSON_STRUCTURE_TO_JSON ToJson
 The function to convert C structure to JSON. More...
 
EFI_REST_JSON_STRUCTURE_DESTORY_STRUCTURE DestoryStructure
 Destory C structure. More...
 

Detailed Description

EFI REST JSON to C structure protocol definition.

Field Documentation

EFI_REST_JSON_STRUCTURE_DESTORY_STRUCTURE _EFI_REST_JSON_STRUCTURE_PROTOCOL::DestoryStructure

Destory C structure.

EFI_REST_JSON_STRUCTURE_REGISTER _EFI_REST_JSON_STRUCTURE_PROTOCOL::Register

Register JSON to C structure convertor.

EFI_REST_JSON_STRUCTURE_TO_JSON _EFI_REST_JSON_STRUCTURE_PROTOCOL::ToJson

The function to convert C structure to JSON.

EFI_REST_JSON_STRUCTURE_TO_STRUCTURE _EFI_REST_JSON_STRUCTURE_PROTOCOL::ToStructure

The function to convert JSON to C structure.