JSONB_SET

fun <T : KQLiteJson> JSONB_SET(json: KQLiteColumn<T>, vararg pathValue: Pair<String, Any?>): KQLiteColumn<T>

Similar to JSON_SET 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.

pathValue

Pairs of JSONPath expressions and the new values to set at those paths.