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.78k stars 215 forks source link

Export convenience function patch #285

Closed ViktorQvarfordt closed 2 years ago

ViktorQvarfordt commented 2 years ago

In a project I'm using this library only to patch objects. I figure others may benefit from having this convenience function exposed directly.