---
title: JSON - Customer API
description: |
  A [JSON](https://www.json.org/json-en.html) object.

  Example value:
  `{
    "product": {
      "id": "gid://shopify/Product/1346443542550",
      "title": "White T-shirt",
      "options": [{
        "name": "Size",
        "values": ["M", "L"]
      }]
    }
  }`
api_version: unstable
api_name: customer
source_url:
  html: https://shopify.dev/docs/api/customer/unstable/scalars/JSON
  md: https://shopify.dev/docs/api/customer/unstable/scalars/JSON.md
---

# JSON

scalar

A [JSON](https://www.json.org/json-en.html) object.

Example value: `{ "product": { "id": "gid://shopify/Product/1346443542550", "title": "White T-shirt", "options": [{ "name": "Size", "values": ["M", "L"] }] } }`

## Map

### Fields with this scalar

* [Metafield.jsonValue](https://shopify.dev/docs/api/customer/unstable/objects/Metafield#field-Metafield.fields.jsonValue)