In an apex page is it possible to view a large json file (formatted pretty) that is stored in a clob.
I can get the file to down load but what the users need is to view it on the screen. I've looked at the json table and that sort of works but the flle format changes and I believe that has to have the structure coded into the select.
Basically I want to be able to click on a row that contains a clob and the content of that clob is displayed on the screen via an apex page.
Thanks in advance
Oracle APEX - 5.1.4.00.08