Data.API.Value

Types

data Value

type Record

data Field

Converting to and from generic values

fromDefaultValue

fromJSON

parseJSON

encode

decode

Data validation

matchesNormAPI

expectRecord

expectEnum

expectUnion

expectList

expectMaybe

lookupType

Manipulating records

recordToMap

mapToRecord

insertField

renameField

deleteField

findField

joinRecords

QuickCheck test infrastructure

arbitrary

arbitraryOfType

arbitraryJSONValue

prop_jsonRoundTrip

prop_jsonGeneric

prop_cborRoundTrip

prop_cborGeneric