json-autotype-2.0.0: Automatic type declaration for JSON input data
Data.Aeson.AutoType.Pretty
Contents
Description
Instances of Text.PrettyPrint.Out class to visualize Aeson Value data structure.
Text.PrettyPrint.Out
Value
Methods
docPrec :: Int -> Scientific -> Doc #
doc :: Scientific -> Doc #
docList :: [Scientific] -> Doc #
docPrec :: Int -> Text -> Doc #
doc :: Text -> Doc #
docList :: [Text] -> Doc #
docPrec :: Int -> Value -> Doc #
doc :: Value -> Doc #
docList :: [Value] -> Doc #
docPrec :: Int -> Set a -> Doc #
doc :: Set a -> Doc #
docList :: [Set a] -> Doc #
docPrec :: Int -> Vector a -> Doc #
doc :: Vector a -> Doc #
docList :: [Vector a] -> Doc #
docPrec :: Int -> HashMap a b -> Doc #
doc :: HashMap a b -> Doc #
docList :: [HashMap a b] -> Doc #