JSON/q

A JSON-based data access specification

Arguments

[
  [
    1.7, 
    2.3, 
    1.9, 
    4.1, 
    2.9
  ]
]

Query

{
  "as": "d", 
  "from": "args[0]", 
  "order": {
    "by": "d", 
    "dir": "descending"
  }, 
  "select": "d"
}

Results

{}