Re: [Qemu-devel] [PATCH 01/19] Add support for JSON pretty printing

2010-06-09 Thread Luiz Capitulino
On Mon, 7 Jun 2010 15:42:14 +0100 "Daniel P. Berrange" wrote: > The monitor does not pretty-print JSON output, so that everything > will be on a single line reply. When JSON docs get large this is > quite unpleasant to read. For the future command line capabilities > query ability, huge JSON doc

[Qemu-devel] [PATCH 01/19] Add support for JSON pretty printing

2010-06-07 Thread Daniel P. Berrange
The monitor does not pretty-print JSON output, so that everything will be on a single line reply. When JSON docs get large this is quite unpleasant to read. For the future command line capabilities query ability, huge JSON docs will be available. This needs the ability to pretty-print. This introd