Open utterances-bot opened 5 years ago
How to pretty print json in different programming languages and in the command line
https://til.cybertec-postgresql.com/post/2019-08-30-Pretty-Printing-JSON/
$ echo '{"name": "Lorenz", "has_eyes": true}' | jq { "name": "Lorenz", "has_eyes": true }
Pretty Printing JSON
How to pretty print json in different programming languages and in the command line
https://til.cybertec-postgresql.com/post/2019-08-30-Pretty-Printing-JSON/