Currently when using global —output json flag, the returned JSON is printed to the console on a single line,
This also means that when outputting the JSON directly to a file e.g.> file.json, the contents are also on one line.
It would be nice if the JSON was outputted as multi line for improved readability.
Currently when using global
—output jsonflag, the returned JSON is printed to the console on a single line,This also means that when outputting the JSON directly to a file e.g.
> file.json, the contents are also on one line.It would be nice if the JSON was outputted as multi line for improved readability.