PDL_GetItemJSON

Returns a JSON formatted string for the values contained in a PDL_ItemInfo struct. This string remains valid until you free the PDL_ItemInfo.

Syntax

const char *PDL_GetItemJSON(PDL_ItemInfo *itemInfo);

Parameters

Parameter
Required Type Description
itemInfo
Yes Pointer Pointer to PDL_ItemInfo struct.

Returns

Pointer to JSON-formatted string.