treatsAsNullableUShort

fun JsonElement?.treatsAsNullableUShort(defValue: UShort? = null): UShort?

Method used to treats a JsonElement value as nullable UShort

Return

the JsonElement as nullable UShort

Parameters

defValue

The default value to return if the JsonElement is null or is not a UShort value