Re: bgpctl update json.c and convert to json_do_string

2023-05-03 Thread Theo Buehler
On Wed, May 03, 2023 at 11:57:23AM +0200, Claudio Jeker wrote: > This diff is taking the changes from rpki-client (json.c / json.h) and > then converts json_do_printf() using "%s" fmt string to json_do_string(). > Also a few json_do_printf() with static strings are converted. Looks all good > A f

bgpctl update json.c and convert to json_do_string

2023-05-03 Thread Claudio Jeker
This diff is taking the changes from rpki-client (json.c / json.h) and then converts json_do_printf() using "%s" fmt string to json_do_string(). Also a few json_do_printf() with static strings are converted. A few calls with more complex fmt strings remain. -- :wq Claudio Index: json.c =