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 |
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) |
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: