[Telemetry] Add indentation to json_output & chart_json_output.
Rationale: ocassionally I find it useful to look at json_output to debug. Indenting the file make it a lot more readable. The downside is this increases the file size, but it shouldn't matter for small files like these. An example Results.json with ~2000 values tested on local machine: Without indent: 472K With indentation: 692K Review URL: https://codereview.chromium.org/940123003 Cr-Commit-Position: refs/heads/master@{#317175}
Showing
Please register or sign in to comment