json-query-language icon indicating copy to clipboard operation
json-query-language copied to clipboard

A structured query language for querying / filtering JSON documents, expressed in JSON

Results 6 json-query-language issues
Sort by recently updated
recently updated
newest added

Some systems do this automatically if the left hand operand is an array. MongoDB has an explicit [$elemMatch operator](http://docs.mongodb.org/manual/reference/operator/query/elemMatch/). This needs some discussion first.

help wanted
new feature

help wanted
new feature

Now that the `$contains` operator has been implemented (#9), we should consider if it should support nested keys (dot-notation) like this: ``` json { "location" : { "$contains" : "home.latitude"...

help wanted
new feature

Something similar to this, but should possibly include a vendor prefix: ``` application/json-query+json ```

help wanted
new feature