How to write in next line using json

Hi,

I am updating comment in jira using http request and passing json for my comment.
How can i write each sentence as new line / in next line with same?
check below screenshots.


please help me with the same

@Mathkar_kunal

Can you check that the json is in correct structure

Copy the response in notepad and share

Thanks

yes json is writing . you can see in second image also, it is writing as comment.
what i want is each sentence as new line in comment

@Mathkar_kunal
give a try on using " \n" for making a line break
in case of it is not working try additional vbLf or <br>

ok i will try this and update you