rsonpath icon indicating copy to clipboard operation
rsonpath copied to clipboard

Blazing fast JSONPath query engine written in Rust.

Results 55 rsonpath issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Current implementation reads the entire input to a string. This is not production-viable – very large files that we are...

type: feature
help wanted
acceptance: go ahead
area: performance

**Is your feature request related to a problem? Please describe.** In the unending quest to proptest all the things, we should have tests for the automata we compile. This is...

acceptance: go ahead
type: reliability
area: proptest

**Is your feature request related to a problem? Please describe.** After #7 the compiler no longer necessarily outputs a minimal DFA. It's still a correct DFA, just not minimal. **Describe...

type: feature
help wanted
acceptance: go ahead
area: performance

**Is your feature request related to a problem? Please describe.** Support for filters with the following restrictions: - no nesting - no logical/boolean operations - only existential tests So strictly...

type: feature
acceptance: go ahead
area: selector

**Is your feature request related to a problem? Please describe.** After #154, we can extend filters to test against a constant atomic value. **Describe the solution you'd like** This is...

type: feature
acceptance: go ahead
area: selector

**Is your feature request related to a problem? Please describe.** Our engine integration tests now run on a limited sample of hand-crafted JSONs and queries, as well as the Wikidata...

help wanted
acceptance: go ahead
type: reliability
area: proptest

**Is your feature request related to a problem? Please describe.** The current implementation focuses on quickly returning locations of matches. The output is not human-readable though – we either get...

type: feature
help wanted
acceptance: go ahead
area: result

**Is your feature request related to a problem? Please describe.** Except for #56 it might be beneficial to have a result mode that automatically filters nested subdocuments. In other words,...

type: feature
help wanted
acceptance: go ahead
area: result

**Is your feature request related to a problem? Please describe.** When we get a match of a query we know the exact path in the JSON at which it occurs...

type: feature
help wanted
acceptance: go ahead
area: result

**Is your feature request related to a problem? Please describe.** We need tests for the overall CLI interface to guard against breaking changes (and also E2E test the app). **Describe...

help wanted
good first issue
acceptance: go ahead
type: reliability
area: app