Data.Object

Object data type

data Object key val

Convenient type synonyms

type StringObject

type TextObject

Scalar data type

data Scalar

type ScalarObject

Basic mapping of keys and values

mapKeys

mapValues

mapKeysValues

mapKeysValuesA

mapKeysValuesM

Extracting underlying values

data ObjectExtractError

fromScalar

fromSequence

fromMapping

Lookups

lookupObject

lookupScalar

lookupSequence

lookupMapping