<#assign test='{ "apple": 5, "banana": {"kiwi": 15 }}'?eval>
I need to extract banana object , tried like below but it's getting error out.
${test.banana}
Error For "${...}" content: Expected a string or something automatically convertible to string (number, date or boolean), or "template output" , but this has evaluated to an
extended_hash (wrapper: f.c.HashLiteral$SequenceHash):
==> test.banana [in nameless template at line 2, column 3]
FTL stack trace ("~" means nesting-related):
- Failed at: ${test.banana} [in nameless template at line 2, colum