Is it possible to write an HTML string inside JSON?
Which I want to write like below in my JSON file:
[
{
"id": "services.html",
"img": "img/SolutionInnerbananer.jpg",
"html": "<h2 class="fg-white">AboutUs</h2><p class="fg-white">developing and supporting complex IT solutions. Touching millions of lives world wide by bringing in innovative technology.</p>"
}
]