jet-client-support
jet-client-support copied to clipboard
Add an option to reformat JSON in body
When pasting JSON into the body of a request have an option to reformat/pretty it up. It would help with reading large/complex payloads.
For example:
Before
{ "user": "user001", "email": "[email protected]" }
After
{
"user": "user001",
"email": "[email protected]"
}
Ctrl+Alt+L will take care of reformatting the JSON. Up to you if you want to close this out or would you consider a button for this next to the Fill JSON button?
Thanks for suggestion. I'll add the button for reformatting.