https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243400
--- Comment #1 from Conrad Meyer <[email protected]> --- Usually this kind of thing is done with libxo -- rather than open-coding json, the program creates some structured output stream and the user can invoke the program and elect an output format (json, xml, etc). I'm not an advocate for libxo (I think it's terrible) but if you want json from this binary, that seems to be the prevailing pattern. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
