flitbit / json-ptr

A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.
MIT License
91 stars 28 forks source link

Support for delete() operation #20

Closed chrishalbert closed 4 years ago

chrishalbert commented 4 years ago

First off, I just want to say thank you for your contributions. I was looking for something that abides to the JSON Pointer RFC and this fulfills all of the specs.

I did want to request an added feature. The delete() operation would simply delete that pointer from the object.

I'll have a PR available shortly if this doesn't bloat the codebase too much. Thanks again!

chrishalbert commented 4 years ago

https://github.com/flitbit/json-ptr/pull/21