mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 04:36:00 +00:00
ndjson direct support
This commit is contained in:
@@ -167,8 +167,8 @@ export const copyRowsFormatDefs = {
|
||||
formatter: clipboardJsonFormatter(),
|
||||
},
|
||||
jsonLines: {
|
||||
label: 'Copy as JSON lines',
|
||||
name: 'JSON lines',
|
||||
label: 'Copy as JSON lines/NDJSON',
|
||||
name: 'JSON lines/NDJSON',
|
||||
formatter: clipboardJsonLinesFormatter(),
|
||||
},
|
||||
yaml: {
|
||||
|
||||
Reference in New Issue
Block a user