Re: compact json output in rpki-client

2023-06-05 Thread Theo Buehler
On Mon, Jun 05, 2023 at 02:59:57PM +0200, Claudio Jeker wrote: > The json API used by rpki-client and bgpctl does pretty-print the json > with every element on a new line. In some cases a more compact output for > some objects makes sense. This is what this diff implements. > > This affects both t

compact json output in rpki-client

2023-06-05 Thread Claudio Jeker
The json API used by rpki-client and bgpctl does pretty-print the json with every element on a new line. In some cases a more compact output for some objects makes sense. This is what this diff implements. This affects both the json output file and also the json filemode. -- :wq Claudio Index: j