Skip to content
Log in

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?

Was this article helpful?