hedgehog-extras-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Hedgehog.Extras.Stock.Aeson

Synopsis

Documentation

rewriteObject :: (HashMap Text Value -> HashMap Text Value) -> Value -> Value Source #

Rewrite a JSON object to another JSON object using the function f.

All other JSON values are preserved.