observeLiveQueryAsJson

@JvmName(name = "observeJson")
suspend fun Surreal.observeLiveQueryAsJson(table: String): LiveQueryFlow<JsonElement>

Observe live query as json

Creates a LiveQueryFlow for the given table.

Return

A LiveQueryFlow of JsonElements

Parameters

table

Name of the table to 'LIVE SELECT' from