Steps to reproduce
- Enable the Console & Net panels
- Select the Console panel
- Enable the "Show XMLHttpRequests" option
- Click this button:
-
Choose i or ii
- In the Console panel click on the first request (data.json) and then press the JSON tab
- In the Net panel click on the request containing 'data.json' and then press the JSON tab
- Right click on 0 and choose 'Copy "0" as JSON'
- Check system clipboard
Expected result
- In both cases (choosing either 4i or 4ii) the clipboard should contain
{"name":"foo","surname":"bar","address":{"no":"15","name":"foobar"}}