JSON/q
A JSON-based data access specification
messaging
virtDB
language bindings
examples
Query
{ "where": "p.unitsInStock == 0", "as": "p", "from": "Products", "select": "p.productName" }
Results
{}