How to transform db JSON text to regular text?

I’ve used PREVIEW: Using JSON Database Fields to Store Multiple Choices to store answers in the database.
This works well, if I type the following:

This is saved In the database (I’ve put the answer column type to ‘array’):
image

But I need help with retrieving the data again.

When I query for this info I get this as the result:

However, I want this to show as ‘plain text’. So it should be stripped of the formatting.

I tried to use {{answer[0]}} but that doesn’t work.
I have a feeling I need to parse this json into text somehow, but a bit lost on how to proceed?

Community Page
Last updated: