{"title":"deserialize - Liquid Filter Reference","slug":"deserialize-filter-reference","url":"https://support.storeconnect.com/articles/deserialize-filter-reference","url_markdown":"https://support.storeconnect.com/articles/deserialize-filter-reference.md","subtitle":null,"summary":"Parses a JSON string into a Liquid object you can access and manipulate. Use `deserialize` to work with JSON data stored as text.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, deserialize, text, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nDeserializes a JSON string.\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | any |\n| **Category** | text |\n\n## Examples\n\n\n```liquid\n\n{% assign data = '{\"name\":\"Dog \u0026 Cat\"}' | deserialize %}\n{{ data.name }}\n```\n\n\n**Output:** `Dog \u0026 Cat`"}