Forum Discussion
@Spiro_Taleski resp.txt (977 Bytes)
- bojanvelevski5 years agoValued Contributor
Hey @deepak.shaw,
You should escape the controll characters like new line. Try .replaceAll(‘\n’,‘\n’) on the JSON string, and than parse it.
Regards,
Bojan
- deepak_shaw5 years agoContributor
Hi,
Thanks for the reply… but suddenly it starts working, without doing any changes, it parses correctly with replacing any character.
Related Content
- 11 months ago
- 2 years ago
- 2 years ago
- 2 years ago