JsonOutputSerializationFormat Enum

Specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects.

Inheritance
builtins.str
JsonOutputSerializationFormat
JsonOutputSerializationFormat

Constructor

JsonOutputSerializationFormat(value)

Fields

ARRAY
LINE_SEPARATED