I\'m trying to define a json object in the template with the JsValue of play (v2.2.2). The problem is, \" is converted to "
\"
"
Define it as Html so it doesn't automatically get escaped.
Html
var org = @Html(Json.stringify(Json.toJson(org)));