ideas-1.5: Feedback services for intelligent tutoring systems

Maintainerbastiaan.heeren@ou.nl
Stabilityprovisional
Portabilityportable (depends on ghc)
Safe HaskellNone
LanguageHaskell98

Ideas.Text.JSON

Description

Support for JavaScript Object Notation (JSON) and remote procedure calls using JSON. JSON is a lightweight alternative for XML.

Documentation

class InJSON a where Source

Minimal complete definition

toJSON, fromJSON

Methods

toJSON :: a -> JSON Source

listToJSON :: [a] -> JSON Source

fromJSON :: Monad m => JSON -> m a Source

listFromJSON :: Monad m => JSON -> m [a] Source