Re: rpki-client convert -f output to json_do api

2023-05-22 Thread Theo Buehler
On Mon, May 22, 2023 at 04:26:20PM +0200, Claudio Jeker wrote: > On Wed, May 03, 2023 at 10:04:33AM +0200, Claudio Jeker wrote: > > This diff converts the current print code of -f to use json_do api. > > I did some minimal refactoring to reduce code repetition and more is for > > sure possible. I c

Re: rpki-client convert -f output to json_do api

2023-05-22 Thread Claudio Jeker
On Wed, May 03, 2023 at 10:04:33AM +0200, Claudio Jeker wrote: > This diff converts the current print code of -f to use json_do api. > I did some minimal refactoring to reduce code repetition and more is for > sure possible. I changed the way how the errstr is dumped but apart from > that the objec

rpki-client convert -f output to json_do api

2023-05-03 Thread Claudio Jeker
This diff converts the current print code of -f to use json_do api. I did some minimal refactoring to reduce code repetition and more is for sure possible. I changed the way how the errstr is dumped but apart from that the objects remain the same (apart from spacing differences). -- :wq Claudio