hi, what's the best way to convert a string in a JSON object in Freemarker in a advanced template ? I'm trying ?eval but it doesnt work.
e
ehcanadian
01/20/2020, 10:04 PM
try #C466X49JB
t
t_gdb
01/20/2020, 10:41 PM
ok thanks
m
michoel
01/20/2020, 11:01 PM
?eval
should work as long as there are no nulls in the data.
t
t_gdb
01/22/2020, 8:12 PM
i had to do it in another way. eval is not working.
m
michoel
01/22/2020, 9:13 PM
There was also someone else saying they had an issue with this a couple weeks ago. Though I definitely had it working a few years ago so perhaps something has changed recently