jsonRepresentation
The JSON representation of the product information.
Declaration
var jsonRepresentation: Data { get }Discussion
The jsonRepresentation is UTF-8 string data. You can use the JSON data to decode the product information into your own data type instead of using the Product value directly.