jsonpath
jsonpath copied to clipboard
Ability to set null instead of removing the key
Hi,
First, thanks for this lightweight very nice lib :)
I stumbled upon a particular use case where I needed to set null values instead of removing the key entirely. I submitted a pull request (https://github.com/mdaverde/jsonpath/pull/6) including a new function and a couple of tests.