aeson-schema

Haskell JSON schema validator and parser generator

https://github.com/timjb/aeson-schema

Version on this page:0.3.0.7
LTS Haskell 3.22:0.3.0.7
Stackage Nightly 2015-12-17:0.4.0.0@rev:1
Latest on Hackage:0.4.2.0

See all snapshots aeson-schema appears in

MIT licensed and maintained by Tim Baumann
This version can be pinned in stack with:aeson-schema-0.3.0.7@sha256:eb6026499ec1a6e815040126e8fbbd48d62c593b53f05164e3a589f0d9741bdc,3722

This library provides validation of JSON values against schemata. Given a schema, it can also produce data types corresponding to the schema and a parser.

Changes

0.3.0.7 - 2015-07-15

  • Bump upper bounds: Allow vector-0.11

0.3.0.6 - 2015-05-31

  • Bump upper bounds: Allow aeson-0.9 and syb-0.5

0.3.0.5 - 2015-05-11

  • Bump upper bound of attoparsec

0.3.0.4 - 2015-04-30

  • Fix compilation of tests with GHC 7.10

0.3.0.3 - 2015-04-02

  • Add missing test files to cabal distribution

0.3.0.2 - 2015-04-01

  • Include test files in tarball generated by cabal
  • Increase upper bound on QuickCheck
  • GHC 7.10 compatibility

0.3.0.1 - 2015-04-01

0.3.0.0 - 2015-02-11

0.2.0.1 - 2013-06-27

0.2.0.0 - 2012-09-22

0.1.1.0 - 2012-09-20

0.1.0.0 - 2012-09-14

  • Initial release