Parse JSONB/JSON columns when querying #466
Answered
by
dantownsend
theelderbeever
asked this question in
Q&A
-
|
Is there a way to automatically parse JSONB/JSON data columns when performing a |
Beta Was this translation helpful? Give feedback.
Answered by
dantownsend
Mar 22, 2022
Replies: 1 comment 14 replies
-
|
@theelderbeever Yes, this should do the job: await RecordingStudio.select().output(load_json=True) |
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
theelderbeever
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@theelderbeever Yes, this should do the job: