vertx / io.vertx.core.cli / Argument / toJson

toJson

open fun toJson(): JsonObject

Exports this Argument to its corresponding JSON representation.

Return
the json object representing this Argument

See Also
#Argument(JsonObject)