jsonview-safari
jsonview-safari copied to clipboard
Doesn't escape unicode characters properly
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.