JSON/q

A JSON-based data access specification

Query

{
  "as": "p", 
  "from": "Products", 
  "order": {
    "by": "p.unitsInStock", 
    "dir": "descending"
  }, 
  "select": "p"
}

Results

{}