Open
Bug 1833327
Opened 3 years ago
Updated 8 months ago
Introduce Copy property path action in the Response panel
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
Originaly reported here:
https://connect.mozilla.org/t5/ideas/request-for-copy-property-path-in-firefox-json-viewer/idi-p/31583
- Open DevTools selecte the Network panel
- Execute HTTP request with JSON response
- Select the request and open the Response panel
- Click anywhere within the JSON Response tree and pick "Copy property path"
"Copy property path" is already supported by Chrome.
Honza
| Comment hidden (obsolete) |
Updated•9 months ago
|
Priority: -- → P3
| Reporter | ||
Comment 2•9 months ago
|
||
(In reply to Mr. Beedell, Roke Julian Lockhart (RJLB) from comment #1)
Click anywhere within the JSON Response tree and pick "Copy property path"
Would this amount to JSONPath (or equivalent) support, like exists for XML and HTML, or have I misunderstood?
Yes, the result copied to the clipboard could be a JSONPath, I suppose.
Flags: needinfo?(odvarko)
Comment 3•9 months ago
•
|
||
| resolved | ||
I suppose.
Did you originally envision anything else, then?
Flags: needinfo?(odvarko)
| Reporter | ||
Comment 4•8 months ago
|
||
Sorry for the delay. No other suggestions from my side, JSONPath sounds good for this case.
Flags: needinfo?(odvarko)
You need to log in
before you can comment on or make changes to this bug.
Description
•