patchAsJson

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

Patch

Patches a single record in a table with the given Json patch.

Return

The records changed by the patch

Parameters

patchBuilder

A json patch DSL to build the patch