@hackage jordan0.2.0.0
JSON with Structure
Categories
License
MIT
Maintainer
anthony@noided.media
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (10)
- attoparsec >=0.14.1 && <0.15
- base >=4.14.1 && <4.17
- bytestring >=0.10.8.1 && <0.12
- containers >=0.6.2 && <0.7
- contravariant >=1.5.5 && <1.6
- deepseq >=1.4 && <=1.5 Show all…
Dependents (5)
@hackage/jordan-servant-client, @hackage/jordan-openapi, @hackage/jordan-servant-openapi, @hackage/jordan-servant, @hackage/jordan-servant-server
Jordan provides an abstract interface for converting to or from JSON. This interface can be used to construct various parsers and serilaizers. Because everything is kept abstract and inspectable, documentation can be automatically generated as well.
Jordan's built-in parsers and serializers include variants that do not construct intermediate datatypes, which can avoid some collision-based denial of service attacks that have effected other libraries. They should also be more efficient due to the need to avoid early conversion of types, although I have not measured this.
Jordan is somewhat experimental but well-tested.