NElliott
11/09/2022, 3:44 PMDavid B
11/09/2022, 8:38 PM[
{some_key:some_value, some_other_key:value},
{some_key:some_value, some_other_key:value},
{some_key:some_value, some_other_key:value}
]
if NS ever updates the freemarker version you could use ?eval_json, but you'd be forced to use ?eval for now (which comes with the warning _not_ to use it on JSON)
if it was just a string representation of an array, you could get away with ?splitNElliott
11/22/2022, 8:46 AMDavid B
11/22/2022, 9:28 AMNElliott
11/22/2022, 12:18 PMNElliott
11/22/2022, 12:19 PMNElliott
11/22/2022, 12:20 PMNElliott
11/22/2022, 12:23 PMDavid B
11/23/2022, 3:16 AM