hw-json-0.6.0.0: Memory efficient JSON parser

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Json.LightJson

Documentation

data LightJson c Source #

class LightJsonAt a where Source #

Minimal complete definition

lightJsonAt

Methods

lightJsonAt :: a -> LightJson a Source #

hEncloseSep :: Doc -> Doc -> Doc -> [Doc] -> Doc Source #