JSONView-Safari
JSONView-Safari copied to clipboard
Avoid using HTML encoded version of the JSON
By reading out innerHTML we get escaped entities for HTML special character like: & < >
textContent gives us the raw text from the JSON.
Example of the problem:
