stefankoegl / python-json-pointer

Resolve JSON Pointers in Python
https://python-json-pointer.readthedocs.org/
Other
140 stars 43 forks source link

Add `get_parts` #45

Closed PeterlitsZo closed 2 years ago

PeterlitsZo commented 2 years ago

get_parts function looks useful because use variable parts looks not good...

Maybe you want to know that why I want to use parts - because I want to check if the path is right for me. I do not want to agree a patch that I do not want to agree. So I need to check the path before change my data struct and database.

stefankoegl commented 2 years ago

I have just released v2.2 with the change from #46