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 2.1.0
(stable)
|
* Add support for PHP 8.4 (nightly) and run tests also on PHP 8.4 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/176 * Remove some tests specific to PHP 7 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/177 |