one-line-aeson-text: Pretty-printing short Aeson values as text

[ apache, json, library, text ] [ Propose Tags ]

A very simply pretty-printer for Aeson values that produces single-line output, which you may want for displaying short JSON data in log files.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5 (info)
Change log changelog.md
Dependencies aeson (>=2.0.3 && <2.2), base (>=4.14 && <4.18), text (>=1.2.4 && <1.3 || >=2.0 && <2.1) [details]
License Apache-2.0
Copyright 2021 Mission Valley Software LLC
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Category Text, JSON
Home page https://github.com/typeclasses/one-line-aeson-text
Bug tracker https://github.com/typeclasses/one-line-aeson-text/issues
Source repo head: git clone https://github.com/typeclasses/one-line-aeson-text
Uploaded by chris_martin at 2023-01-11T20:32:37Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1337 total (18 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-01-11 [all 1 reports]

Readme for one-line-aeson-text-0.1.0.5

[back to package description]

one-line-aeson-text is a very simply pretty-printer for Aeson values. It produces single-line output, which you may want for displaying short JSON data in log files. Our function output is similar to normal Aeson rendering, but we include spaces after comma and colon characters to produce text that is slightly more suitable for human consumption.