Hi,
My JSON is like this
posts": [{ "id": 1, "type": "post", "slug": "post\_slug", "title": "Hello ” world “", }]
When I try to display the title using newText api. The text output the ” and “ which should be converted to quotes symbols " "
How can I output the string converting both ” and “ with proper character?