@atoponce Why should it? You would be including an operator.
"operators are constructs defined within programming languages which behave generally like functions"
You would not want logic in JSON, one of the downsides would be security.
```
{
"n": [
0,
0.166666666667,
2
]
}
```
Is no good? Also, if it did work, I'd expect it to require parenthesis.