DatasetJsonOptions

data class DatasetJsonOptions(val multiLine: Boolean? = null)

Json options

Constructors

Link copied to clipboard
constructor(multiLine: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val multiLine: Boolean? = null

A value that specifies whether JSON input contains embedded new line characters.