-
Hi, Is there a way of obtaining the AST of a query as a list of lists or JSON that has the dependencies of the different elements in the query? Currently doing:
How to get it as a list of lists or JSON where dependencies or the different levels of the AST are preserved? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
tobymao
Oct 3, 2022
Replies: 1 comment 4 replies
-
do you need json or can you just use the objects as is? parsed query is an ast object with everything you need |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
tobymao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
do you need json or can you just use the objects as is? parsed query is an ast object with everything you need