JsonWriteSettings interface
Json write settings.
- Extends
Properties
| file |
File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive. |
| type | The write setting type. |
Inherited Properties
| additional |
Additional properties |
Property Details
filePattern
File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
filePattern?: any
Property Value
any
type
The write setting type.
type: "JsonWriteSettings"
Property Value
"JsonWriteSettings"
Inherited Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
Inherited From FormatWriteSettings.additionalProperties