waargonaut-0.6.0.0: JSON wrangling

Safe HaskellNone
LanguageHaskell2010

Waargonaut.Encode.Builder

Synopsis

Documentation

jTypesBuilder :: (IsString t, Monoid b) => Builder t b -> (Builder t b -> WS -> b) -> JType WS Json -> b Source #

waargonautBuilder :: (IsString t, Monoid b) => (Builder t b -> WS -> b) -> Builder t b -> Json -> b Source #

Using the given whitespace builder, create a builder for a given Json value.