clue / php-json-query

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

Support matching objects #7

Closed clue closed 10 years ago

clue commented 10 years ago

Fixes #2.

clue commented 10 years ago

This will be postponed until this #5 is merged. In the future we'll also have to support dotted notation for accessing object properties.

clue commented 10 years ago

Dotted notation (#5) has been merged a few minutes ago, rebased this PR on current master and added support for using dotted notation for accessing nested object attributes.