mattbishop / sql-jsonpath-js

JS implementation of the SQL/JSONPath dialect, from SQL2016.
MIT License
0 stars 0 forks source link

Rethink `$` a bit #18

Closed mattbishop closed 1 year ago

mattbishop commented 2 years ago

Currently it is strictly used as a statement start marker, but it's really a context variable reference.

For examples, see section 6.12.1.