Popularity
4.5
Declining
Activity
4.7
Declining
3
4
1
Monthly Downloads: 32
Programming language: Nix
License: Apache License 2.0
one-line-aeson-text alternatives and similar packages
Based on the "JSON" category.
Alternatively, view one-line-aeson-text alternatives based on common mentions on social networks and blogs.
-
aeson-typescript
Generate TypeScript definition files from your ADTs -
aeson-schemas
Easily consume JSON data on-demand with type-safety -
safe-json
Automatic versioning of JSON formats for Haskell data types (with backwards compatibility) -
canonical-json
Canonical JSON for signing and hashing JSON values -
aeson-yaml
Encode any Aeson (JSON) value as YAML (in pure Haskell) -
aeson-combinators
Aeson combinators for dead simple JSON decoding -
aeson-decode
Easy functions for converting from Aeson.Value
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of one-line-aeson-text or a related project?
README
one-line-aeson-text
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.