New Chevrotain-based parser: SQL/JSONPath for JS #1897
mattbishop
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I just released an initial version of a JS implementation of SQL/JSONPath, a JSONPath dialect defined in SQL2016. It's using Chevrotain to parse the JSONPath statements and a codegen visitor to build reusable Statements kind of like RegExp.
Thanks to @msujew for some encouragement and help when I got stuck a few months back!
https://github.com/mattbishop/sql-jsonpath-js
Beta Was this translation helpful? Give feedback.
All reactions