nahid / jsonq

A PHP query builder for JSON
Creative Commons Zero v1.0 Universal
870 stars 105 forks source link

small fixes #19

Closed lo00l closed 6 years ago

lo00l commented 6 years ago

fixed docblocks; changed method Jsonq::find (added $object param so now you can get data both as arrays and as stdClass); fixed getting scalar values (previously only string values were returned correctly)

GitHubHubus commented 6 years ago

:+1:

nahid commented 6 years ago

thank you @lo00l