json-patch
json-patch copied to clipboard
Consider adding `Eq`
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.