https://github.com/cameront/go-jsonpatch/blob/a8710867776ee18e819a92cb009e07fbe06a52af/patch.go#L153 If slice elements are e.g. of map type, an error will occur, saying something like this: > panic: runtime error: comparing uncomparable type map[string]interface {}
go-jsonpatch/patch.go
Line 153 in a871086
If slice elements are e.g. of map type, an error will occur, saying something like this: