@hackage aeson-schemas1.4.3.0
Easily consume JSON data on-demand with type-safety
Installation
Dependencies (8)
- base >=4.17 && <5
- template-haskell <2.24
- text <2.2
- aeson <3
- first-class-families <0.9
- hashable <1.6 Show all…
Dependents (1)
@hackage/graphql-client
Parse JSON data easily and safely without defining new data types. Useful for deeply nested JSON data, which is difficult to parse using the default FromJSON instances.