bark: Output JSON when the config command is run
It felt a little redundant making a separate JSON struct for this because now we have three variations of the config. One is ConfigOpts for the command line parameters, one is the actual config we store and now the JSON version which mirrors the command line. I'm happy to change this if desired.