Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SoftCreatR/JSONPath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: SoftCreatR/JSONPath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.1
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Jan 15, 2026

  1. - Aligned the query runner and lexer with the JSONPath comparison sui…

    …te: JSON documents are now decoded as objects to preserve `{}` vs `[]`, unsupported selectors no longer abort the runner, and dot-notation now accepts quoted keys with dots/spaces/leading `@`.
    
    - Hardened filter parsing: boolean-only filters (`?(true|false|null)`), literal short-circuiting (`&& false`, `|| true`), and empty filters now return the expected collections instead of throwing.
    - Slice filters gracefully skip non-countable objects.
    
    Signed-off-by: Sascha Greuel <[email protected]>
    SoftCreatR committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    23d04a3 View commit details
    Browse the repository at this point in the history
Loading