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

Bugfix: missing index parameter in validator function #301

Open beam-bence opened 1 year ago

beam-bence commented 1 year ago

Fixing issue #300

beam-bence commented 1 year ago

This PR fixes #300 I would be happy if I would be able to use this package instead of my fork with this fix. Anyone?