Trello webhook UTF-8 problem

I got a problem when read webhook response: the card description and card title not showing in right format.

Please take a look:

https://jsonblob.com/72efda4f-3eac-11ea-be6c-c1c5f4afcedc

Anyone got that issue?

What is the format you expect them to be in? That JSON looks correct.

The JSON format was corrected; but the content inside it wasn’t. Please take a look at the screenshot below

Do you have access to the card inside of the Trello web client?

The content inside of the desc field should match what is on the card back.

Keep in mind that Trello uses its own type of Markdown (How to format your text in Trello | Trello | Atlassian Support) in the description field. So we wouldn’t return a “formatted” description, per se. We’d return the Markdown we use to render the card back.

For instance, in your example there are multiple \n\ns – these would be rendered as new lines in Trello clients.