Shopify / liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.

Home Page:https://shopify.github.io/liquid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why doesn't parse_json take effect?

hogan96 opened this issue · comments

{%- assign tech_details = product.metafields.custom.product_technical_details | parse_json -%}

image

Because sadly parse_json is not a filter in Shopify Liquid. Which is odd given that list and json metafields both return a json string, so this would be a very useful addition.