jmespath.rs icon indicating copy to clipboard operation
jmespath.rs copied to clipboard

Rust implementation of JMESPath, a query language for JSON

Results 13 jmespath.rs issues
Sort by recently updated
recently updated
newest added

Being discussed to formally be added to the spec here: https://github.com/jmespath/jmespath.py/issues/110 If I can get this library back up to working order including the macros, the next thing I'd like...

When the lazy_static feature "spin_no_std" is enabled, the bounds of Send is required This may happen if another dependency adds that feature, then cargo unifies the two dependency trees erroneously,...

it would be interesting to see if a py03 python binding could be created for this repo. https://ohadravid.github.io/posts/2023-03-rusty-python/

help wanted
feature request

I added a small check for a case that would previous panic. This was found through fuzzing. I've found another issue where it is possible to overflow the stack using...

Add dependencies that support the loongarch64 architecture https://github.com/rust-lang/libc/pull/2765

I am opening this issue to explore the possibility of including the ability to use Query Expressions. Was this planned? What do you think? Link to the RFC: https://datatracker.ietf.org/doc/rfc9535/

help wanted

- Add crates.io, docs.rs, and license badges - Expand examples section with practical use cases: - Accessing nested data - Array indexing and slicing - Projections and filtering - Built-in...

This PR migrates CI from Travis CI to GitHub Actions. The new workflow includes: - Test matrix for stable, beta, and nightly Rust - Specialized feature testing on nightly -...