newhoo / RestfulBox

A powerful toolkit for restful services development.
https://plugins.jetbrains.com/plugin/14723-restfulbox
Apache License 2.0
52 stars 18 forks source link

Bug in displaying returned JSON #3

Closed nkev closed 2 years ago

nkev commented 2 years ago

If the returned JSON looks like this:


{"specs": "<dl id=\"specs\">\r\n\t<dt class=\"section\">Sound Generator</dt>"}

The \" and \r\n\t are actually printed in the display like below, which breaks the JSON:


{"specs": "<dl id="specs">
   <dt class="section">Sound Generator</dt>"}
newhoo commented 2 years ago

done