Case
JSONPatchApplier.Error.invalidValuePointer(_:component:jsonValue:)
An error indicating that the pointer of a patch operation is invalid for a JSON value.
case invalidValuePointer(JSONPointer, component: String, jsonValue: String)
Parameters
componentThe component that’s causing the pointer to be invalid, since the JSON element is a non-traversable value.
jsonValueThe string-encoded description of the JSON value.