CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/05 10:24:05
Modified files:
usr.sbin/bgpctl: json.c json.h output_json.c
Log message:
Sync json.c with rpki-client rev 1.3:
Add an extra argument compact to json_do_object() to instruct the parser
to dump this object on a single line.
While one can select on an object to object basis for arrays the compact
setting is inherited from the surrounding object.
OK tb@
