jsonpath 1.0.0

Extract data using JSONPath notation


This extension allows you to use the versatile JSONPath query language to extract the properties that you want from a decoded JSON document.

License: PHP License

Changes

## Changes

## Bug fixes
- Issue #158 - Skip child filter check on non-arrays @mkaminski1988 (#159)
- Issue #156 - Bubble up filter parsing error @mkaminski1988 (#157)

## Maintenance
- Remove alpha suffix from PECL install command as we release version 1.0.0 @crocodele (#162)
- Add documentation to describe the notation, along with more examples @crocodele (#160)
- Include PHP 8.2 nightly as a version for test runs on Linux @crocodele (#161)