jsonq icon indicating copy to clipboard operation
jsonq copied to clipboard

A PHP query builder for JSON

Results 18 jsonq issues
Sort by recently updated
recently updated
newest added

**PsySH** is a runtime developer console, interactive debugger and **REPL** for **PHP** [More information](https://psysh.org/) I propose to use **psysh** to debug the tests and make it easier to contribute 😄

Hi, I'm trying to loop through an array of ids and return some corresponding records, something like this... ``` foreach (['recHg30ki6MeYP40s','recvtmtL2umW0fDzT'] as $attr){ $item = $items->from('rows')->where('id', '=', $attr)->get(); print_r($item); }...

->select('id', DISTINCT( 'type'),'performed','requested','status','last_action_performed_at')

feature request

i use this plugins in my symfony 4 project, but i get this error on my page "Attempted to load class "Facade" from namespace "Illuminate\Support\Facades". Did you forget a "use"...

PHP Deprecated: is_file(): Passing null to parameter #1 ($filename) of type string is deprecated in .../vendor/nahid/qarray/src/QueryEngine.php on line 19 Could you fix this and fully support the PHP 8.*?

I tried cloning the repo into my PHP project but getting error _"Parse error: syntax error, unexpected '/', expecting ';' or ',' "_ when using "use Nahid/JsonQ/Jsonq;"

![image](https://user-images.githubusercontent.com/61485238/211349884-f58dd715-c9ab-4d3d-addf-dc747dfa501c.png) Hey, seems like there's something wrong with the sponsor link that you've provided in this repo. Please check this out. Thanks Good day

Having this data: ```json [ { "name": "testA", "code": "0" }, { "name": "testB", "code": "0" }, { "name": "testC", "code": "1" } ] ``` When grouping by code, the...