Encode.md
June 12, 2015 ยท View on GitHub
Module Data.DOM.Simple.Encode
encodeURIComponent
encodeURIComponent :: String -> String
decodeURIComponent
decodeURIComponent :: String -> String
encodeURI
encodeURI :: String -> String
decodeURI
decodeURI :: String -> String
paramatize
paramatize :: forall a. a -> String
Given an object, convert it into URL parameters.
toJsonString
toJsonString :: forall eff a. a -> Eff (dom :: DOM | eff) String
Given an object, convert it into a JSON string