I have a table in my database, which contains character varying column and this column has json. I need to write a query, which will somehow parse this json into separate columns.
I found json_each function here but I can't understand how to work with it.


