operator fun String?.unaryPlus(): Unit
operator fun Number?.unaryPlus(): Unit
operator fun Boolean?.unaryPlus(): Unit
Adds this value to the current JsonArray as JsonPrimitive.
operator fun JsonElement.unaryPlus(): Unit
Adds this value to the current JsonArray.