tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.31k stars 678 forks source link

Error parsing HTML as JSON #208

Open doggy8088 opened 6 years ago

doggy8088 commented 6 years ago

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