aeson-pretty

JSON pretty-printing tool

Install

All systems
curl cmd.cat/aeson-pretty.sh
Debian Debian
apt-get install aeson-pretty
Ubuntu
apt-get install aeson-pretty
Arch Arch Linux
pacman -S aeson-pretty
image/svg+xml Kali Linux
apt-get install aeson-pretty
Fedora
dnf install aeson-pretty
Windows (WSL2)
sudo apt-get update sudo 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.

ghc-aeson-pretty-devel

development files

haskell-aeson-pretty

JSON pretty-printing library and command-line tool.