Joshua Sullivan
Results
2
comments of
Joshua Sullivan
I ended up going with a `json-parse` helper and doing `{{helper_function (json-parse "[\"a\",\"b\",\"c\"]")}}`. Worked well for me because I'm programmatically generating the templates.
This is similar to [this pull request](https://github.com/Squarespace/squarespace-toolbelt/pull/1)... just without an added dependency and using Node's `path` module.