data-object-0.0.1: Represent hierachichal structures, called objects in JSON.

Data.Object

Documentation

class ToObject a whereSource

Methods

toObject :: a -> ObjectSource

oLookupSource

Arguments

:: (Monad m, Eq a, Show a, FromObject b) 
=> a

key

-> [(a, Object)] 
-> m b