docs
docs copied to clipboard
PR #102607 - cli/sql: new output format `json` alongside `ndjson`
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/102607 Commit: https://github.com/cockroachdb/cockroach/commit/06201b95d3b4fc6ddaf9a759642c01dacd4093f4 Fixes: CRDB-27556
Release note (cli change): The CLI commands that output SQL data
now support the output format JSON (--format=json), in addition
to newline-delimited JSON (ND-JSON, --format=ndjson) that had been
supported since v22.2.
Jira Issue: DOC-7648