Package version:

Interface JsonWriteSettings

Json write settings.

interface JsonWriteSettings {
    filePattern?: any;
    type: "JsonWriteSettings";
}

Hierarchy (view full)

Properties

Properties

filePattern?: any

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

Polymorphic discriminator, which specifies the different types this object can be