i parsed in json data and am getting a response via SQL as such: ``` "response_data": "200,[object O

i parsed in json data and am getting a response via SQL as such:
"response_data": "200,[object Object]"

with the sql query:
SELECT
    blob3 AS response_data

is there anyway to parse json in sql?
Was this page helpful?