79580782

Date: 2025-04-18 09:43:28
Score: 1
Natty:
Report link

I had a similar problem, found an easy solution which will remove escape character present in the jsonb field.

select (jsonb_field_name #>> '{}')::jsonb from table_name

Now you can see the data in a cleaner way

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohan Bagavathi