json-viewer icon indicating copy to clipboard operation
json-viewer copied to clipboard

Error parsing HTML as JSON

Open doggy8088 opened this issue 5 years ago • 0 comments

Here is a sample page: http://output.jsbin.com/dapefoh


  12345
  
  1 2 3 4 5
  
  <ol>
    <li>123</li>
    <li>321</li>
    <li>123</li>
    <li>321</li>
    <li>123</li>
  </ol>
  
  <h1>OK</h1>

If JSON Viewer been enabled, the browser will show different layout.

Expected:

image

Actual:

image

doggy8088 avatar Jul 16 '18 14:07 doggy8088