getText

abstract fun getText(): String

Retrieves the raw JSON string representation of the data.

This function is used to access the underlying JSON data stored in the column as a plain text string. It allows for manual parsing or direct use of the JSON content.

Return

The JSON data as a String.