clue / php-json-query

The JSON query language implemented in PHP
MIT License
30 stars 6 forks source link

Add new $contains comparator from spec v0.4 #10

Closed clue closed 9 years ago

clue commented 9 years ago

Spec v0.4 now defines a new $contains comparator: https://github.com/clue/json-query-language/blob/master/SYNTAX.md#contains-comparator

This PR supersedes and closes PR #6.