Module

Codec.Json.Types

Package
purescript-json-codecs
Repository
jordanmartinez/purescript-json-codecs

#ExpectedJsonType Source

data ExpectedJsonType

When decoding a primtive JSON value, this was the type of value we were expecting to decode.

Constructors

#ActualJsonType Source

data ActualJsonType

When decoding a primtive JSON value, this was the type of value we were actually got.

Constructors

#JsonOffset Source

data JsonOffset

Indicates the path to the current JSON value within some larger JSON value

Constructors

Instances

#typeHintMsg Source

#ctorHintMsg Source

#subtermHintMsg Source

#fieldHintMsg Source

#JsonErrorHandlers Source

newtype JsonErrorHandlers e

Constructors