flitbit / json-ptr

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

added concat method to JsonPointer #16

Closed vuwuv closed 4 years ago

vuwuv commented 5 years ago

Added method for creating "child" pointers (similar to Array.concat) along with 4 tests for it. Also slightly modified pointer initialization code.

flitbit commented 4 years ago

A fine contribution, thanks!