Expected ',' or '}' after property value in JSON

Hi,

I’m using the https://themes.shopify.com/themes/woodstock/styles/light/preview theme.

In the description part I would like to use a metafield to add a table look and feel.

I found this https://webforward.github.io/shopify-tables/

however when I add {% render ‘specification-table’ %}. The following message appear Expected ‘,’ or ‘}’ after property value in JSON.

Many Thanks!

Hey @TomGbe ,

it seems like you are trying to add Liquid code inside a JSON code, which is not possible.