Below you will find pages that utilize the taxonomy term “Prettify”
How to JSON in PostgreSQL®
read more
How to prettify the JSON output in PostgreSQL®
PostgreSQL® offers two types of data types to handle JSON data, JSON
and JSONB
, you can use the function json_pretty
(jsonb_pretty
for JSONB
) to prettify the output.