beautify the json values
say i'm working with a key that has a json-encoded object as a value
there is the "export to json" button that brings up the textarea from which i can copy the value
i suggest having a "browse json" or "beautify json" next to it which would bring up something like what https://jsonview.com/ does
i actually have it installed so i tried a workaround of going to 'data:application/json;{"foo":"bar"}' in my browser but it didn't work saying the json is invalid. so i ended up pasting the json into https://www.functions-online.com/json_decode.html to make it easier to read
thank you for the amazing tool!

-
Shehzad Siddiqui commented
hi you can try for json decode
http://jsondecode.online/
and for beautify
http://jsoneditoronline.net/ -
Anonymous commented
beautify the json values++
how about the ability to configure so that when a value is expanded, it is displayed in beautified json?