---
title: The Metafield resource now stores JSON strings - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/the-metafield-resource-now-stores-json-strings'
  md: >-
    https://shopify.dev/changelog/the-metafield-resource-now-stores-json-strings.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2018-11-21T13:00:14-05:00'
  postedAt: '2018-09-18T12:45:00-04:00'
  updatedAt: '2024-02-02T10:04:52-05:00'
  effectiveAt: '2018-09-18T12:45:00-04:00'
---

September 18, 2018

Tags:

* API

# The Metafield resource now stores JSON strings

You can now create a metafield with a value type of `json_string`, which allows you to store structured data and access it using Liquid. When retrieving the value of a `json_string` type Metafield, the data is deserialized to an iterable hash or array.

***

To learn more about accessing metafields using Liquid, see the [metafield object reference](https://help.shopify.com/en/themes/liquid/objects/metafield).
