Data.API.JSON

Parser with multiple error support

data ParserWithErrs a

data ParseFlags

defaultParseFlags

runParserWithErrsTop

FromJSON class with multiple error support

class FromJSONWithErrs a

fromJSONWithErrs

fromJSONWithErrs'

fromJSONWithErrs''

decodeWithErrs

decodeWithErrs'

parseJSONDefault

ParserWithErrs combinators

withParseFlags

withInt

withIntRange

withBinary

withBool

withText

withRegEx

withUTC

withUTCRange

withVersion

withField

withDefaultField

(.:.)

(.::)

withUnion

Representation of JSON parsing errors

data JSONError

type JSONWarning

data Expected

data FormatExpected

type Position

data Step

prettyJSONErrorPositions

prettyJSONError

prettyStep

Error construction

failWith

expectedArray

expectedBool

expectedInt

expectedObject

expectedString

badFormat