https://github.com/informatikr/aeson-pretty

Last synced: about 2 months ago

Repository metadata:

JSON pretty-printing library and command-line tool.


Owner metadata:


Committers metadata

Last synced: 2 months ago

Total Commits: 97
Total Committers: 16
Avg Commits per committer: 6.063
Development Distribution Score (DDS): 0.309

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Falko Peters f****s@g****m 67
Martijn Bastiaan m****n@h****l 7
Falko Peters f****s@g****m 4
Julian K. Arni j****i@g****m 3
Martijn Bastiaan m****n@q****m 3
Oleg Grenrus o****s@i****i 3
Alexey Kotlyarov a@k****m 1
Chris Wendt c****t@g****m 1
Doug Burke d****w@g****m 1
Falko Peters f****s@d****e 1
Johan Kiviniemi d****l@j****e 1
Julian Ospald h****l@p****e 1
Justus Sagemüller s****r@g****e 1
Konstantin Romanov k****1@b****t 1
Rebecca Turner r****t@s****s 1
Ulf Sauer u****r@g****m 1

Issue and Pull Request metadata

Last synced: about 2 months ago


Package metadata

hackage: aeson-pretty

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. If you specify -flib-only like this the command-line tool will NOT be installed.

  • Homepage: http://github.com/informatikr/aeson-pretty
  • Licenses: BSD-3-Clause
  • Latest release: 0.8.10 (published over 1 year ago)
  • Last Synced: 2024-11-11T02:43:39.484Z (about 2 months ago)
  • Versions: 27
  • Dependent Packages: 74
  • Dependent Repositories: 515
  • Downloads: 109,349 Total
  • Docker Downloads: 89
  • Rankings:
    • Dependent packages count: 0.435%
    • Dependent repos count: 0.814%
    • Downloads: 1.215%
    • Docker downloads count: 1.288%
    • Average: 3.672%
    • Forks count: 7.923%
    • Stargazers count: 10.359%
  • Maintainers (2)
go: github.com/informatikr/aeson-pretty

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/informatikr/aeson-pretty#section-documentation
  • Licenses: bsd-3-clause
  • Latest release: v0.8.8 (published over 5 years ago)
  • Last Synced: 2024-11-11T02:43:39.263Z (about 2 months ago)
  • Versions: 17
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 4.536%
    • Stargazers count: 5.308%
    • Average: 7.555%
    • Dependent packages count: 9.576%
    • Dependent repos count: 10.802%

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • haskell/actions/setup v2 composite
aeson-pretty.cabal hackage
  • aeson >=1.1 && <1.6 || >=2.0 && <2.3
  • aeson >=0.6
  • aeson-pretty *
  • attoparsec >=0.10
  • attoparsec-aeson *
  • base >=4.5
  • base ==4.*
  • base-compat >=0.9
  • bytestring >=0.9
  • cmdargs >=0.7
  • scientific >=0.3
  • semigroups >=0.18.2
  • text >=0.11
  • unordered-containers >=0.2.14.0
  • vector >=0.9