Skip to content

Commit

Permalink
Add descendant segments.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Mar 28, 2024
1 parent bcb7728 commit d715825
Show file tree
Hide file tree
Showing 16 changed files with 1,254 additions and 963 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22.1'
- run: make test
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ JSONPath defines a string syntax for selecting and extracting JSON (RFC 8259) va
- [ ] `search()`
- [ ] `value()`
- Segments
- [ ] Child Segments
- [ ] Descendant Segments
- [x] Child Segments
- [x] Descendant Segments

## References

Expand Down
Loading

0 comments on commit d715825

Please sign in to comment.