hjsonschema alternatives and similar packages
Based on the "Data" category.
Alternatively, view hjsonschema alternatives based on common mentions on social networks and blogs.
-
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of hjsonschema or a related project?
README
DEPRECATION NOTICE
hjsonschema
was an attempt to build a very modular JSON Schema library. Validators have [a concrete type](src/JSONSchema/Validator/Types.hs) and can be mixed and matched into new [Specs](src/JSONSchema/Types.hs).
However this flexibility came at the price of complicating the code. I don't think it was the right tradeoff, especially since situations where you'd want to change what validators make up a Spec
at runtime seem rare.
Also, there are many parts of JSON Schema that hjsonschema
doesn't implement properly (as you can see from the issue tracker). I'm hoping that a new JSON Schema library will come along that handles these correctly.
Links
Example
See here.
System dependencies
- Requires pcre (
pkgs.pcre
in Nixpkgs).