How to handle postgres JSON column

I am retrieving data from the postgres database and there is a column with json type, how to handle json columns in golang?

Mayb this could help:

Or check the issues of pg.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.