On Tue, 11 Sep 2018 09:26:35 +0800 Hangbin Liu <liuhang...@gmail.com> wrote:
> + if (!is_json_context() && !show_stats) > + print_string(PRINT_FP, NULL, "\n", NULL); I just added print_nl to json_print which does what you want.
On Tue, 11 Sep 2018 09:26:35 +0800 Hangbin Liu <liuhang...@gmail.com> wrote:
> + if (!is_json_context() && !show_stats) > + print_string(PRINT_FP, NULL, "\n", NULL); I just added print_nl to json_print which does what you want.