mattbishop / sql-jsonpath-js

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

Support `starts with` predicate #12

Closed mattbishop closed 1 year ago

mattbishop commented 2 years ago

One can define a predicate for string values that tests the beginning of a value for a case-sensitive prefix.

'$.name ? (@ starts with "M")'

mattbishop commented 1 year ago

Resolved in #20