can i read a json response in sql editor without j...
# help
j
can i read a json response in sql editor without just saying [object Object] ...
n
Hello @jar! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
s
Can you give more clarity to this question please?
j
when you call a function that returns json in sql editor like select .... it shows response in small table like 1 inch long with json that way overflows the shown space so i try copy cell content or export as csv or copy markdown to paste somewhere else so i can actually see response but only copies as [object object] so no way to see the reponse unless use rpc function and log there so I can see json. Or maybe i would use posgres logs idk but i just want to run func. and see json res easily