In my Oracle database table I have a column that stores JSON data in CLOB format.Then in my SpringBoot java program I retrieve that data and pass as a response.
So wh