JSON/q

A JSON-based data access specification

Query

{
  "where": "(&(p.unitsInStock>0)(p.unitPrice>3.00))", 
  "as": "p", 
  "from": "Products", 
  "select": "p.productName"
}

Results

{}