Custom Liquid filters
base64_encode
{{ "Hello World!" | base64_encode }}SGVsbG8gV29ybGQhbase64_decode
{{ "SGVsbG8gV29ybGQh" | base64_decode }}Hello World!ensure_array
<attributes>
<attribute>
<name>Color</name>
<value>Black</value>
</attribute>
</attributes>{
"attribute": {
"name": "Color",
"value": "Black"
}
}gzip
json_parse, parse_json

json_parse filter in Stockeomoment
format
description
example value
to_fixed
xml_unescape
xml_escape
Last updated