The PosgreSQL database has a column with jsonb, I want to get the contents of this column not as a string, but as an object (convert json to an object on the fly, so that I do not run through the list with answers and do not create objects using Jackson) using myBatis. Is it possible?
I looked for the answer in the documentation, I did not find anything suitable. Thank you in advance.