JSONB_REMOVE

fun <T : KQLiteJson> JSONB_REMOVE(json: KQLiteColumn<T>, vararg path: String): KQLiteColumn<T>

Similar to JSON_REMOVE but binary representation (BLOB).

Return

A KQLiteColumn

Author

MOHAMMAD AZIM ANSARI

Parameters

json

The KQLiteJson column to modify.

path

The JSON Path expression for the element to remove.