happstack-server-0.2.1: Web related tools and services.Source codeContentsIndex
Happstack.Server.JSON
Documentation
data JSON Source
Constructors
JBool Bool
JString String
JInt Int
JFloat Float
JObj [(String, JSON)]
JList [JSON]
JNull
show/hide Instances
jInt :: Integral a => a -> JSONSource
class ToJSON a whereSource
Methods
toJSON :: a -> JSONSource
show/hide Instances
jsonToString :: JSON -> StringSource
type CallBack = StringSource
data JSONCall x Source
Constructors
JCall CallBack x
Produced by Haddock version 2.4.2