waargonaut-0.8.0.2: JSON wrangling
Safe HaskellNone
LanguageHaskell2010

Waargonaut.Encode.Builder.Whitespace

Description

Builder structures for Whitespace

Synopsis

Documentation

wsBuilder :: Monoid b => Builder t b -> WS -> b Source #

Reconstitute the given whitespace into its original form.

wsRemover :: Monoid b => Builder t b -> WS -> b Source #

Remove any whitespace. Minification for free, yay!