Is it possible to write an HTML string inside JSON?
Which I want to write like below in my JSON file:
[ { \"id\": \"services.html\",
You should escape the characters like double quotes in the html string by adding "\"
eg: