mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 07:46:00 +00:00
JSON export - support for object style, key field, root field
This commit is contained in:
@@ -22,19 +22,19 @@ const jsonFormat = {
|
||||
name: 'jsonStyle',
|
||||
label: 'JSON style',
|
||||
options: [
|
||||
{ name: 'Array', value: 'array' },
|
||||
{ name: 'Array', value: '' },
|
||||
{ name: 'Object', value: 'object' },
|
||||
],
|
||||
apiName: 'jsonStyle',
|
||||
},
|
||||
{
|
||||
type: 'textbox',
|
||||
type: 'text',
|
||||
name: 'keyField',
|
||||
label: 'Key field',
|
||||
label: 'Key field (only for "Object" style)',
|
||||
apiName: 'keyField',
|
||||
},
|
||||
{
|
||||
type: 'textbox',
|
||||
type: 'text',
|
||||
name: 'rootField',
|
||||
label: 'Root field',
|
||||
apiName: 'rootField',
|
||||
|
||||
Reference in New Issue
Block a user