apiDecoder

abstract val apiDecoder: Json(source)

用于API请求结果反序列化的 Json.

如果为null则会使用一个默认的 Json:

Json {
isLenient = true
ignoreUnknownKeys = true
}