json-patch icon indicating copy to clipboard operation
json-patch copied to clipboard

Consider adding `Eq`

Open ctron opened this issue 3 years ago • 0 comments

The types Patch, PatchOperation, and all of their used types are marked as PartialEq only. Although all used types (like Value) also do support Eq.

I think it would be great add Eq as well, so that people using Patch, can go for Eq in their own data-structures too.

I can create a PR if you like.

ctron avatar Jul 27 '22 09:07 ctron