jsonpath 0.9.6

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
- 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)