json-enumerator-0.0.1: Pure-Haskell utilities for dealing with JSON with the enumerator package.

Text.JSON.ToJson

Documentation

class ToJson a whereSource

Methods

toJson :: a -> ValueSource

toJsons :: [a] -> ValueSource