jsonMode property

bool jsonMode
getter/setter pair

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;