hydra-0.5.1: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hydra.Langs.Json.Decoding

Description

Decoding functions for JSON data

Documentation

decodeArray :: (Value -> Flow s a) -> Value -> Flow s [a] Source #

decodeField :: (Value -> Flow s a) -> String -> Map String Value -> Flow s a Source #