PDL_GetItemCollectionJSON
Returns a JSON formatted string for the values contained in a PDL_ItemCollection struct. This string remains valid until you free the PDL_ItemCollection.
Syntax
const char *PDL_GetItemCollectionJSON(PDL_ItemCollection *itemCollectionInfo);
Parameters
|
Parameter |
Required | Type |
Description |
|
itemCollectionInfo |
Yes | Pointer |
Pointer to PDL_ItemCollection struct. |
Returns
Pointer to JSON-formatted string.