Case
JSONPatchApplier.Error.invalidArrayPointer(_:index:arrayCount:)
An error indicating that the pointer of a patch operation is invalid for a JSON array.
case invalidArrayPointer(JSONPointer, index: String, arrayCount: Int)
Parameters
indexThe index component that’s causing the pointer to be invalid in the JSON array.
arrayCountThe size of the JSON array.