magicbane-0.1.3: A web framework that integrates Servant, ClassyPrelude, EKG, fast-logger, wai-cli…
Magicbane.Validation
Contents
Description
Integrates the refinement types from the refined library with aeson.
module Refined
Methods
parseJSON :: Value -> Parser (Refined ρ α) #
parseJSONList :: Value -> Parser [Refined ρ α] #
toJSON :: Refined ρ α -> Value #
toEncoding :: Refined ρ α -> Encoding #
toJSONList :: [Refined ρ α] -> Value #
toEncodingList :: [Refined ρ α] -> Encoding #