Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
attrsFromJSON :: ToJSON a => a -> [Attribute action] Source
gtoJSON :: forall a d f. (Generic a, GToJSON (Rep a), Rep a ~ D1 d f, Datatype d) => a -> Value Source
gtoJSONPrimitive :: forall a d f. (Generic a, GToJSON (Rep a), Rep a ~ D1 d f, Datatype d) => a -> Value Source
jsonOptions :: String -> Options Source
toKebabCase :: String -> String Source
camelWords :: String -> [String] Source
stripCommonPrefix :: Eq a => [a] -> [a] -> [a] Source
wordsToCamel :: [String] -> String Source
capitalise :: String -> String Source
stripCommonPrefixWords :: String -> String -> String Source