aeson-pretty
JSON pretty-printing tool
Install
- All systems
-
curl cmd.cat/aeson-pretty.sh
- Debian
-
apt-get install aeson-pretty - Ubuntu
-
apt-get install aeson-pretty - Arch Linux
-
pacman -S aeson-pretty - Kali Linux
-
apt-get install aeson-pretty - Fedora
-
dnf install aeson-pretty - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install aeson-pretty - Raspbian
-
apt-get install aeson-pretty
aeson-pretty
JSON pretty-printing tool
The command-line tool reads JSON from stdin and writes prettified JSON to stdout. It also offers a complementary compact-mode, essentially the opposite of pretty-printing. This is built on the aeson-pretty library; see also libghc-aeson-pretty-dev.