jsonpath

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

Latest releases

Version Release Download
2.1.0 2024-01-08 jsonpath-2.1.0.tgz
2.0.0 2023-12-19 jsonpath-2.0.0.tgz
1.0.1 2023-12-14 jsonpath-1.0.1.tgz
1.0.0 2022-03-20 jsonpath-1.0.0.tgz
0.9.6 2022-01-13 jsonpath-0.9.6.tgz
Show all releases

Changelog

Version Message
2.1.0 * 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
2.0.0 * Drop support for PHP 7.4 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/172
* Test with PHP 8.3 on Windows, unify naming and formatting in workflow files by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/173
1.0.1 * Issue #164 - refactor string unescaping by @mkaminski1988 in https://github.com/supermetrics-public/pecl-jsonpath/pull/165
* Update benchmark chart with benchmarks from latest software versions and run in PHP 8.1 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/166
* Remove release-drafter workflow. by @dawitnida in https://github.com/supermetrics-public/pecl-jsonpath/pull/167
* Add PHP 8.3 nightly on Linux and PHP 8.2 on Windows to builds to run tests on by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/168
* relax test for 8.3 by @remicollet in https://github.com/supermetrics-public/pecl-jsonpath/pull/169
* Add exception catching to usage section in README by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/170
1.0.0 ## 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)
0.9.6 ## Changes
- Basic Windows CI (build and test) @cmb69 (#154)
- Fix Windows builds @cmb69 (#153)
- Revert "Issue #150 - pass AST\_RECURSE token to exec\_recursive\_descent()" @mkaminski1988 (#152)

## Bug fixes
- Dereference values to always get the underlying value @crocodele (#151)
Show complete changelog