Starcounter-Jack / JSON-Patch

Lean and mean Javascript implementation of the JSON-Patch standard (RFC 6902). Update JSON documents using delta patches.
MIT License
1.79k stars 215 forks source link

Fix #209 Generate only one replace action #252

Closed TheGr8Nik closed 4 years ago

TheGr8Nik commented 4 years ago

When comparing Array and Object will generate a replace action for the whole key.