patchAsJson

suspend fun patchAsJson(patchBuilder: JsonPatch.Builder.() -> Unit): JsonArray

Patch as json

Patches all records in a table with the given Json patch.

Receiver

The update builder

Return

The records changed by the patch

Parameters

patchBuilder

A json patch DSL to build the patch