json-autotype-0.2.5.10: Automatic type declaration for JSON input data

Safe HaskellNone
LanguageHaskell2010

Data.Aeson.AutoType.Extract

Description

Extraction and unification of AutoType's Type from Aeson Value.

Synopsis

Documentation

valueSize :: Value -> Int Source

typeSize :: Type -> Int Source

Size of the Type term.

valueDepth :: Value -> Int Source

newtype Dict Source

Constructors

Dict 

Fields

unDict :: Map Text Type
 

emptyType :: Type Source

Empty type

extractType :: Value -> Type Source