Galbar / JsonPath-PHP

A JsonPath implementation in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support && and || as logical operators

bwl21 opened this issue · comments

as https://extendsclass.com/jsonpath-tester.html supports && and || operators, it would be great if JsonPath-PHP could do the same.

see #37.

So I was checking the code to see how simple would it be to do this. Turns out it was hyper simple. Can you double check if the PR #45 looks like what you meant?

Cheers

I just published version 1.2 with this changes