CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/05 08:19:13
Modified files:
usr.sbin/rpki-client: json.c json.h output-json.c
output-ometric.c print.c
Log message:
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.
Requested by job@, OK job@ tb@
