toJson

abstract fun toJson(): Map<String, Any?>(source)

Converts the invokable entity to a JSON representation. Useful for serialization or debugging purposes.

Return

A map representing the JSON structure of this invokable entity.