JSONView-Safari icon indicating copy to clipboard operation
JSONView-Safari copied to clipboard

Avoid using HTML encoded version of the JSON

Open tobiashm opened this issue 7 years ago • 0 comments

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: screen shot 2018-05-09 at 08 49 57

tobiashm avatar May 09 '18 06:05 tobiashm