h2non / jsonpath-ng

Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!
Apache License 2.0
572 stars 85 forks source link

Updating a json object fails if the value of a key is boolean #73 Fix #80

Closed nivesnine closed 6 months ago

nivesnine commented 3 years ago

all info needed for issue is in the issue here

michaelmior commented 11 months ago

@nivesnine I know this is a very long delay, but would you be able to add a test for the problem case?

nivesnine commented 10 months ago

Yea, I will try to do this in the next few days... it's been a while since I've even thought about this.

nivesnine commented 6 months ago

could not update for whatever reason, created new PR here https://github.com/h2non/jsonpath-ng/pull/165, closing this one