Popularity
3.5
Growing
Activity
0.0
Stable
2
3
1
Monthly Downloads: 18
Programming language: Haskell
License: Apache License 2.0
aeson-decode alternatives and similar packages
Based on the "aeson" category.
Alternatively, view aeson-decode 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 -
aeson-yaml
Encode any Aeson (JSON) value as YAML (in pure Haskell) -
aeson-combinators
Aeson combinators for dead simple JSON decoding
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of aeson-decode or a related project?
README
aeson-decode
A small and simple library for interpreting JSON after it has been parsed by aeson
into the Value
type.
Decoding failures do not come with any error messages; results are all Maybe
.