I download a file in JSON format and the contents of the file all appear in a giant line, without indenting.
Example:
{"Oi":"xxxxx","tUDO":"YYY","BEM":"ZZZZZ"}
Just imagine the example above with more than 3000 characters in text.
I'd like to know if there is a way I can download the file right now, from 1) indent. For example:
{
"Oi":"xxxxx",
"tUDO":"YYY",
"BEM":"ZZZZZ"
}
2) Convert to .txt