---
title: jsonRepresentation
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/product/jsonrepresentation
---

# jsonRepresentation

The JSON representation of the product information.

## Declaration

```swift
var jsonRepresentation: Data { get }
```

## Discussion

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.
