JSONは次のとおりです。
{ "expression" : "Hello World",
"message" : "Hello<br>World. I'm trying also to write <something> inside greater than and lower than signs."
},
jQuery は次のとおりです。
$(".info").append(obj[i].message);
HTMLは次のとおりです。
<div class="info"></div>
私が得るのは、「<」と「>」内のすべてがdivに表示されないということです。