Add a plain text response view for json objects
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(Not tracked)
People
(Reporter: vporof, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Comment 3•11 years ago
|
||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Reporter | ||
Comment 8•10 years ago
|
||
Comment 9•10 years ago
|
||
Comment 10•10 years ago
|
||
Comment 13•10 years ago
|
||
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
Comment 17•9 years ago
|
||
Comment 19•9 years ago
|
||
Comment 20•9 years ago
|
||
Comment 21•8 years ago
|
||
Comment 22•8 years ago
|
||
Comment 23•8 years ago
|
||
Comment 24•8 years ago
|
||
Comment 25•7 years ago
|
||
Comment 26•7 years ago
|
||
Updated•6 years ago
|
Comment 27•6 years ago
|
||
:(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #26)
Seeing and copying raw response data should be possible when bug 1362036
lands
(it's been pushed today)Honza
Should this be marked as fixed since bug # 1362036 was marked as verified? I just checked and it looks like its working fine.
Visual: https://i.imgur.com/lmP3Tes.png
Comment 28•6 years ago
|
||
Yes, this can be closed since this has been already implemented.
But the bug # you are pointing to is incorrect. Do you know the right bug? We should mark it as dup
(I can't find it atm)
Honza
Comment 29•6 years ago
|
||
I didn't find any dup, but this is fixed, so I am closing it.
Honza
Comment 30•6 years ago
|
||
(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #29)
I didn't find any dup, but this is fixed, so I am closing it.
Honza
I could not find it either. I just know I referred to that previous bug and when I tested it, it works fine on my end.
Comment 31•5 years ago
|
||
Can we re-open this? Right now the FF dev tools only allows us to copy the whole JSON response. But we don't always want the whole response. Sometimes we only want one of the key, sometimes only one of the primitive values, sometimes a whole subtree.
It gets annoying when the JSON response is quite large, then we'd need to copy the whole response to a text editor and fish for the thing we're looking for, when we could already see the JSON pretty-formatted, right under our nose in the Response panel.
For the record, when viewing, for instance, HTML or CSS in the same Response panel, we can select and copy only the selection.
Comment 32•5 years ago
|
||
You should rather create a new request for your suggestion, because this one was explicitly for adding a plain text view for JSON objects.
Sebastian
Comment 33•5 years ago
|
||
Yep, I second Sebastian. Please create a new fresh report.
Honza
Description
•