deserialize - Liquid Filter Reference
On this page
Description
Deserializes a JSON string.
| Property | Value |
|---|---|
| Return Type | any |
| Category | text |
Examples
```liquid
{% assign data = ‘{“name”:”Dog & Cat”}’ | deserialize %} {{ data.name }} ```
Output: Dog & Cat
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.