Is your feature request related to a problem? Please describe.
This is the best maintained JSON pointer library I can find, however I have a need to append values to arrays. RFC6901 does describe this is possible through the use of -, as you yourself describe in README.md here, however you have chosen not to implement this.
Describe the solution you'd like
I would like support for - both in getting values (although less important), but most importantly in setting them.
Describe alternatives you've considered
I am considering other JSON pointer libraries for supporting this, but only a few support -
Is your feature request related to a problem? Please describe.
This is the best maintained JSON pointer library I can find, however I have a need to append values to arrays. RFC6901 does describe this is possible through the use of
-, as you yourself describe in README.md here, however you have chosen not to implement this.Describe the solution you'd like
I would like support for
-both in getting values (although less important), but most importantly in setting them.Describe alternatives you've considered
I am considering other JSON pointer libraries for supporting this, but only a few support
-