jsonMode property
When true, informational output goes to stderr so stdout stays a
clean machine-readable stream (used by the --json flags).
Implementation
static bool jsonMode = false;
When true, informational output goes to stderr so stdout stays a
clean machine-readable stream (used by the --json flags).
static bool jsonMode = false;