ffeed-0.3.2: Haskell binding to the FriendFeed API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

FriendFeed.Types.Import

Description

(De)serializing JSON values representing FriendFeed API data types.

Documentation

data JM a Source

Constructors

JM (String -> [(String, JSValue)] -> Result a) 

Instances

(-=>) :: a -> b -> (a, b)Source

runJM :: String -> [(String, JSValue)] -> JM a -> Result aSource

showJS :: (a -> [(String, JSValue)]) -> a -> JSValueSource

readJS :: String -> a -> JM a -> JSValue -> Result aSource