I'm creating a json object. How to make this :
{
"paragraphe_with_link" : "hello, click <a href="myPage.html">here</a> to visit my page"
}
I want to have a simple sentence with clickable "here" in blue standard color, how to do that with json object please ?
Thank you