ndjson direct support

This commit is contained in:
Jan Prochazka
2022-03-27 20:35:30 +02:00
parent a20a34680d
commit 7c0f33383f
5 changed files with 34 additions and 7 deletions

View File

@@ -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: {