JSONB_ REPLACE
fun <T : KQLiteJson> JSONB_REPLACE(json: KQLiteColumn<T>, vararg pathValue: Pair<String, Any?>): KQLiteColumn<T>
Similar to JSON_REPLACE but binary representation (BLOB).
Return
A KQLiteColumn of given type json containing the resulting JSON document.
Author
MOHAMMAD AZIM ANSARI
Parameters
json
The KQLiteJson column to modify.
path Value
Pairs of JSONPath expressions and the new values to set at those paths.