besok / jsonpath-rust

Support for json-path in Rust
https://crates.io/crates/jsonpath-rust
MIT License
104 stars 27 forks source link

Feature: Allow returning mut values #77

Open Gottox opened 2 weeks ago

Gottox commented 2 weeks ago

I'm planning to use jsonpath in a project where I need to modify the matches. As far as I can see jsonpath is only able to return references, not mutable references to the data.

besok commented 1 week ago

Yes, we probably need to dig into it. There is already connected story #12