Name: | ghc-aeson-pretty |
---|---|
Version: | 0.8.10 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 13599552 |
License: | BSD-3-Clause |
RPM: | ghc-aeson-pretty-0.8.10-1.el10_0.x86_64.rpm |
Source RPM: | ghc-aeson-pretty-0.8.10-1.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/aeson-pretty |
Summary: | JSON pretty-printing library |
Description: | A JSON pretty-printing library compatible with aeson as well as a command-line tool to improve readabilty of streams of JSON data. The library provides the function "encodePretty". It is a drop-in replacement for aeson's "encode" function, producing JSON-ByteStrings for human readers. 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. |