toJsonElement

fun Any?.toJsonElement(): JsonElement

covert basic type to JsonElement


fun Map<*, *>.toJsonElement(): JsonElement

convert Map<*, *> to JsonObject


fun Collection<*>.toJsonElement(): JsonElement

convert Collection<*> to JsonArray


fun Array<*>.toJsonElement(): JsonElement