Closed
Bug 1428587
Opened 7 years ago
Closed 7 years ago
"class" property value is used instead of {…}
Categories
(DevTools :: JSON Viewer, defect)
DevTools
JSON Viewer
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Oriol, Unassigned)
References
Details
Load data:application/json,{"foo":{"class":"Array"}}
Collapse "foo"
Result: "▶ foo: Array"
Expected: "▶ foo: {…}", which is what you would get with {"foo":{"bar":"Array"}}
Reporter | ||
Comment 1•7 years ago
|
||
Comment 3•7 years ago
|
||
Fixed by Bug 1436670
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•