serde_json_path icon indicating copy to clipboard operation
serde_json_path copied to clipboard

Query serde_json Values with JSONPath

Results 5 serde_json_path issues
Sort by recently updated
recently updated
newest added

Hello 👋 I wanted to ask if it's possible to do something following with this crate. I want to be able to run multiple queries on some json in order...

enhancement

This is a follow on for #69 to cover the one `TODO` that was not cleaned up by #72. The `TODO` can be found here: https://github.com/hiltontj/serde_json_path/blob/5dd145d671f8357344f4a52013a3063d46e0e9f1/serde_json_path_macros/src/internal/func/args.rs#L10-L30 I believe that if...

enhancement
good first issue

There should be a note about compliance included in the documentation. This may be at the README level, but could also go into the docs in its own section; in...

documentation
compliance

The `functions` module docs feel clunky. I would like to explore making the built-in functions public in the API and just using standard Rustdoc for formatting the standard JSONPath function...

documentation
enhancement

The repository should have a contributing guide, which can help future contributors understand some of the following: - [ ] Pull Request and Release process - [ ] How to...

documentation