ghc-8.2.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

Json

Synopsis

Documentation

data JsonDoc where Source #

Simple data type to represent JSON documents.

class ToJson a where Source #

Minimal complete definition

json

Methods

json :: a -> JsonDoc Source #