I try some jsonb cocrochdb functions like jsonb_pretty but this function return data as string and other limitation is manual query for all jsonb columns and can not use ‘select * from’
SELECT jsonb_pretty(stats) as stats,jsonb_pretty(stats_list) as stats_list FROM test WHERE id = 'd32242f0-233d-4f3f-a05b-f04c2bd0196a';