ConfigDecodeConfig

data class ConfigDecodeConfig(val unvalidatedJson: String? = null)

Constructors

Link copied to clipboard
constructor(unvalidatedJson: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val unvalidatedJson: String? = null

The decoding settings are in JSON format and define a set of steps to perform to decode the data.