JSON/q

A JSON-based data access specification

Query

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

Results

{}