setArray

fun setArray(key: String, value: Array?): MutableDocument

Set an Array value for the given key

Return

this MutableDocument instance

Parameters

key

the key.

value

the Array value.