JSON/q

A JSON-based data access specification

Query

{
  "as": "p", 
  "from": "Products", 
  "select": {
    "category": "p.category", 
    "price": "p.unitPrice", 
    "productName": "p.productName"
  }
}

Results

{}