JSONParser-0.1.0.4: Parse JSON

Safe HaskellSafe
LanguageHaskell2010

Text.JSONParser

Documentation

data JValue Source #

Constructors

JObject [(JKey, JValue)] 
JList [JValue] 
JSingle JKey 
Instances
Read JValue Source # 
Instance details

Defined in Text.JSONParser

Show JValue Source # 
Instance details

Defined in Text.JSONParser

data JKey Source #

Instances
Read JKey Source # 
Instance details

Defined in Text.JSONParser

Show JKey Source # 
Instance details

Defined in Text.JSONParser

Methods

showsPrec :: Int -> JKey -> ShowS #

show :: JKey -> String #

showList :: [JKey] -> ShowS #

data JNum Source #

Instances
Read JNum Source # 
Instance details

Defined in Text.JSONParser

Show JNum Source # 
Instance details

Defined in Text.JSONParser

Methods

showsPrec :: Int -> JNum -> ShowS #

show :: JNum -> String #

showList :: [JNum] -> ShowS #

spaceOut :: Stream s m Char => ParsecT s u m a -> ParsecT s u m a Source #

caseMaybe :: Maybe t -> (p -> t -> p) -> p -> p Source #

raise :: Floating a => a -> a -> a Source #

raiseInt :: (RealFrac a1, Num a2) => a2 -> a1 -> a2 Source #