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

This is my json array ``` [ { "name": "post11", "type": "fields", "fields": [ { "name": "background_color", "type": "select", "options": { "rules": "required", "value": "#FFFFFF", "wrapper": { "class": "col-md-6" },...

Suggestion to convert strpos to stripos if possible. Thanks! ![image](https://user-images.githubusercontent.com/26753596/98465537-8ca88500-2204-11eb-9368-ff3e82d0ae9d.png)

# Changed log - Set correct file permissions.

@nahid ################ Json Data 1 ###################### { "student_results": [ { "month": "month1", "results": [ { "material_code": "Math", "result": "20", }, { "material_code": "English", "result": "50", }, ] } ] }...

I'm trying to filter on a key that returns an array of colours, but I can't get it to work. Example of data: ``` $result = Array ( [0] =>...

I am working on a filter page, and I was wondering if we could combine all filters in one category like this: If I search for 'lorum ipsum' in title...

Hi, nahid Can you explain how to, if possible keep the API key secure from Javascript file? Thanks

In my use case I want to get all results for a certain nth depth. ``` "rest": [ { "mode": "server", "resource": [ "type": "AllergyIntolerance", "resource": [ "type": "MedicationStatement", ```...

Rename variable $_map to $_data I know it's a minor change but it's something that is driving me crazy... This change is sent by the **docblock** of the Jsonq class...