I'm trying to copy json from a POST'ed request. I can see the json in two different formats, but none of them easily copyable. Any suggestions how to get the json out of request in a simple way? asked 22 Apr '16, 08:27 Aleksander |
One Answer:
Right click the Javascript Object Notation entry in the packet list, select "Export Packet Bytes...", enter a suitable filename, e.g json.txt and then click Save. For the first packet in the json sample capture here, I got this output:
answered 22 Apr '16, 09:12 grahamb ♦ |
Took me a while to find the "Export Packet Bytes Bytes" option. But found and it worked like a charm. Thanks!
If an answer has solved your issue, please accept the answer for the benefit of other users by clicking the checkmark icon next to the answer. Please read the FAQ for more information.