Home > @infiniteobjects/shopify-data-manager > AdminTypes > Scalars > JSON
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"] }] } }
Signature:
JSON: {
input: Record<string, unknown>;
output: Record<string, unknown>;
};