toJson

fun Any.toJson(): String?

Ex: object.toJson() ?: "" / object.toJson().orEmpty()