aeson-schema

Haskell JSON schema validator and parser generator

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

Version on this page:0.4.0.0@rev:1
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 by Tim Baumann, Mateusz Kowalczyk
Maintained by Mateusz Kowalczyk
This version can be pinned in stack with:aeson-schema-0.4.0.0@sha256:d6da543a5d64b84c650eae9282246feb7187f5f8c7f4efb7a4ef3953774e8902,3936

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.4.0.0

  • Add Data.Aeson.Schema.CodeGenM.Options type which allows customisation of codegen output

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