toJson

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

Converts this statement to a JSON representation. This can be useful for serialization, debugging, or analyzing the structure of the code.

Return

A map representing the JSON structure of this statement.