I have a string ["a", "b", "c"] which looks like an array. How would I covert it into an array using twig. I am looking for an equivalent of JSON.parse(string) in this case.
Asked
Active
Viewed 471 times