<#assign test = '{"foo":"bar", "f":4, "text":"bla bla"}'>
<#assign m = test?eval>

${m.f}