JSON/q

A JSON-based data access specification

Query

{
  "as": "p", 
  "from": "Products", 
  "order": [
    "p.category", 
    {
      "by": "p.unitPrice", 
      "dir": "descending"
    }
  ], 
  "select": "p"
}

Results

{}