jordan: JSON with Structure
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 0.1.0.0, 0.2.0.0, 0.2.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | 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), ghc-prim (>=0.6.1 && <0.9), parser-combinators (>=1.3.0 && <1.4), scientific (>=0.3.7 && <0.4), text (>=1.2.3.0 && <2.1) [details] |
License | MIT |
Author | Anthony Super |
Maintainer | anthony@noided.media |
Category | Codec |
Uploaded | by NoidedSuper at 2022-07-04T17:58:07Z |
Modules
[Index] [Quick Jump]
- Jordan
- FromJSON
- Generic
- ToJSON
- Types
Downloads
- jordan-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees