raft-0.3.7.0: Miscellaneous Haskell utilities for data structures and data manipulation.

Safe HaskellNone
LanguageHaskell2010

Data.Aeson.Util

Contents

Description

Utilities related to the aeson package.

Synopsis

Utilities

extractMaybe Source #

Arguments

:: FromJSON a 
=> String

The object key.

-> Value

The object from which to extract the value.

-> Maybe a

The value.

Extract a value.

extract Source #

Arguments

:: FromJSON a 
=> String

The object key.

-> Value

The object from which to extract the value.

-> a

The value.

Extract a value.