|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/RestJsonStructure.h>
Data Fields | |
| EFI_REST_JSON_RESOURCE_TYPE_IDENTIFIER | JsonRsrcIdentifier |
| VOID * | JsonStructurePointer |
The header file of JSON C structure
Definition at line 63 of file RestJsonStructure.h.
| EFI_REST_JSON_RESOURCE_TYPE_IDENTIFIER _EFI_REST_JSON_STRUCTURE_HEADER::JsonRsrcIdentifier |
Resource identifier which use to choice the proper interpreter. Follow by a pointer points to JSON structure, the content in the JSON structure is implementation-specific according to converter producer.
Definition at line 64 of file RestJsonStructure.h.
| VOID* _EFI_REST_JSON_STRUCTURE_HEADER::JsonStructurePointer |
Definition at line 68 of file RestJsonStructure.h.