[Jean Delvare] > I understand that newlines and proper indentation are not technically > needed for a JSON file, but I consider them a must-have so that the > file can be handled by a human being if needed. Thankfully this seems > to be addressed in v2.
Note, it it trivial to get a more human readable json by piping the output through 'jq .', so the output can be handled by humans even if it is originally on one long line. -- Happy hacking Petter Reinholdtsen