JSON/q

A JSON-based data access specification

Query

{
  "where": "c.region == \"WA\"", 
  "as": "c", 
  "from": "Customers", 
  "select": "c"
}

Results

{}