JSONovich / jsonovich

A webextension for Firefox. Pretty-prints JSON content in the browser for easy, unobtrusive viewing.
https://addons.mozilla.org/firefox/addon/jsonovich/
Mozilla Public License 2.0
7 stars 3 forks source link

arrays are displayed as if they were objects #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load any JSON with an array
2. Observe that the array appears to be a numerically indexed object

What is the expected output?
[
  foo
]

What do you see instead?
{
  0: foo
}

Original issue reported on code.google.com by W.Elwoo...@gmail.com on 28 Feb 2011 at 1:06

GoogleCodeExporter commented 9 years ago

Original comment by W.Elwoo...@gmail.com on 1 Apr 2011 at 1:36