Is there any tool to format JSON Payload? I want ...
# random
c
Is there any tool to format JSON Payload? I want to catch a webhook response and study it's structure tree
f
Shouldn't a pretty printer suffice? You should be able to do it from most languages, e.g. here's how to do that i JS https://stackoverflow.com/questions/4810841/pretty-print-json-using-javascript
👍 1
m
https://jsonblob.com/ if you're looking for a web based tool
👍 1
c
@full-lion-7584 Yeah, i already use that but would need more like a web based tool. @modern-spoon-64853 this looks like the one i needed. Thanks guys!