clue / php-json-query

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

Should also support objects in place of assoc arrays #2

Closed clue closed 10 years ago

clue commented 10 years ago

In particular because the following code decodes into an StdObject instead of an assoc array by default:

json_decode('{"name": "value"}');