Map JSON to Tokens to SQL #6121
-
|
Hello, Does sqlglot offer a way to map JSON to Tokens and the SQL? |
Beta Was this translation helpful? Give feedback.
Answered by
georgesittas
Oct 21, 2025
Replies: 1 comment
-
Check out the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
georgesittas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out the
dumpmethod on the AST. If this isn't enough, please share a smaller snippet (few lines) that demonstrates what you're after.