Firefox: Network Monitor: how to debug JSON payload?

I switched from Google Chrome to Firefox Developer Edition due to memory leak problems and moved on to a truly open source solution.

I want to debug the payload of my request, which is JSON, but Firefox does not show a convenient tree-like JSON data structure. Is there a plugin? How to improve the network monitor?

Firefox Developer Edition> Network monitor> Params

+7
firefox firefox-developer-edition
source share
1 answer

It has been fixed and is now available. Just refresh your browser using Firefox.

Bug Report: https://bugzilla.mozilla.org/show_bug.cgi?id=1122102

enter image description here

+2
source share

All Articles