Module Json
This module is undocumented. This is a list of its definitions. 
(:::) :: JSCompatible a => String -> a -> JSEntry 
  
JSArray :: [JSValue] -> JSValue 
  
JSBoolean :: Boolean -> JSValue 
  
JSEntry :: String -> JSValue -> JSEntry 
  
JSNumber :: String -> JSValue 
  
JSObject :: [JSEntry] -> JSValue 
  
JSString :: String -> JSValue 
  
printJSON :: JSCompatible a => StringBuilder.T -> a -> <Proc> StringBuilder.T 
  
toJSONString :: JSCompatible a => a -> String 
  
toJSValue :: JSCompatible a => a -> JSValue 
  
 |