Re: [PECL-DEV] JSONPath extension

2021-07-23 Thread viktor . djupsjobacka
Hi Benjamin, Does the data structure need to be a full array or can it also work on json_decode with array argument set to false? The name JSONPath obviously refers to the expression as second argument, but its slightly confusing that you put an array into it not a json string. But that makes

Re: [PECL-DEV] JSONPath extension

2021-07-08 Thread Dan Ackroyd
On Wed, 7 Jul 2021 at 11:21, Viktor Djupsjöbacka wrote: > > Hi! > > My name is Viktor Djupsjöbacka and I'm a Lead Developer at Supermetrics. > In recent months, we've revived an old, unpublished PHP extension > project for using JSONPath notation in array data lookups. Hi Viktor, For entertainme

Re: [PECL-DEV] JSONPath extension

2021-07-07 Thread Benjamin Eberlei
On Wed, Jul 7, 2021 at 12:21 PM Viktor Djupsjöbacka < [email protected]> wrote: > Hi! > > My name is Viktor Djupsjöbacka and I'm a Lead Developer at Supermetrics. > In recent months, we've revived an old, unpublished PHP extension > project for using JSONPath notation in array d

[PECL-DEV] JSONPath extension

2021-07-07 Thread Viktor Djupsjöbacka
Hi! My name is Viktor Djupsjöbacka and I'm a Lead Developer at Supermetrics. In recent months, we've revived an old, unpublished PHP extension project for using JSONPath notation in array data lookups. Together with the original project creator, Mike Kaminski, we've rewritten the whole extens