| Package Information |
| Summary |
Extract data using JSONPath notation |
| Maintainers |
Viktor Djupsjöbacka <
viktor dot djupsjobacka at supermetrics dot com >
(lead)
[details]
Mike Kaminski (lead)
[details]
|
| License |
PHP License |
| Description |
This extension allows you to use the versatile JSONPath query language to extract the properties that you want from a decoded JSON document. |
Release notes
Version 3.1.0
(stable)
|
## Note
This will be the last version that supports PHP 8.0.
## What's Changed * Bump DoozyX/clang-format-lint-action from 0.18 to 0.20 by @dependabot[bot] in https://github.com/supermetrics-public/pecl-jsonpath/pull/196 * Avoid trying to explicitly load OPCache in PHP 8.5 in CI, because OPCache is always included by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/200 * Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/supermetrics-public/pecl-jsonpath/pull/199 * Bump php/setup-php-sdk from 0.10 to 0.11 by @dependabot[bot] in https://github.com/supermetrics-public/pecl-jsonpath/pull/198 * Run CI tests on PHP 8.5 in Windows, use latest Windows runner image by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/201 * Fix Linux build badge image, add Windows build badge by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/202 * Add support for PHP 8.5 in installation with PIE by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/203
**Full Changelog**: https://github.com/supermetrics-public/pecl-jsonpath/compare/v3.0.0...v3.1.0 |