jsonview-safari icon indicating copy to clipboard operation
jsonview-safari copied to clipboard

Doesn't escape unicode characters properly

Open brettporter opened this issue 9 years ago • 0 comments

View the following as JSON in the browser:

{
  "x": "\"/>\u003ch1\u003etext\u003c/h1\u003e"
}

This results in h1 being rendered as HTML by the browser instead of showing the <, > characters.

brettporter avatar Sep 20 '15 21:09 brettporter