none

fun <T : Any> none(): PatchOp.None<T>

Creates a JSON Merge Patch none operation that leaves the current value untouched.

Return

PatchOp.None operation instance.