Stellar Language Keywords
The following keywords need to be single quote escaped in order to be used in Stellar
expressions:
Table 2.1. Stellar Language Keywords
| not | else | exists | if | then |
| and | or | in | NaN | match |
| default | == | != | <= | > |
| <= | + | - | < | ? |
| * | / | , | { | } |
| => | | | | |
Using parens such as: "foo" : "<ok>" requires escaping; "foo": "'<ok>'"