Im configuring a twig template. How do I process this array:
a:3:{i:0;s:6:\"Balkon\";i:1;s:9:\"Møbleret\";i:2;s:4:\"Pool\";}
with twig code?
This is a a serialized array. Call unserialize() on it.