inspect
Converts a variable to a string. Useful while debugging.
{{ page.tags | inspect }}
Output:
["liquid", "filter"]
copy
Converts a variable to a string. Useful while debugging.
{{ page.tags | inspect }}
Output:
["liquid", "filter"]
copy