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

Does not work when data is an array #227

Open aprilmintacpineda opened 5 years ago

aprilmintacpineda commented 5 years ago
[
  {
    "test": "test value",
    "test1":  "test1 value"
  }
]

json-viewer will not recognize this and therefore will not work.