jsongrep 0.7.0

A JSONPath-inspired query language for JSON documents
Documentation
# Contributing

Thanks for helping improve **jsongrep**!

## How to Contribute

- **Bugs** → Open an issue with steps to reproduce, expected vs. actual
  behavior, and your `jsongrep` version.
- **Features** → Open an issue tagged **enhancement** describing the problem and
  your proposed solution.
- **Pull Requests** → Fork → Branch → Code → Test → PR.

## Code Guidelines

- Format: `cargo fmt`
- Lint: `cargo clippy`
- Test: `cargo test`

## PR Checklist

- [ ] Clear, focused commits
- [ ] Tests added/updated if needed
- [ ] Code passes `cargo fmt` + `cargo clippy`