JSON merge patch plus and minus
Strengths of JSON Merge Patch:
- Easy for users to understand and implement.
- Naturally idempotent
- Well-defined semantics
- Robust to versioning
Shortcomings of JSON Merge Patch
- Cumbersome to modify array values
Strengths of JSON Merge Patch:
Shortcomings of JSON Merge Patch