Data.API.JSON

Representation of JSON parsing errors

data JSONError

data Expected

data FormatExpected

type Position

data Step

prettyJSONErrorPositions

prettyJSONError

prettyStep

Parser with multiple error support

data ParserWithErrs a

runParserWithErrsTop

FromJSON class with multiple error support

class FromJSONWithErrs a

fromJSONWithErrs

decodeWithErrs

ParserWithErrs combinators

failWith

expectedArray

expectedBool

expectedInt

expectedObject

expectedString

badFormat

withInt

withNum

withIntRange

withBinary

withBool

withText

withRegEx

withUTC

withUTCRange

withVersion

withField

(.:.)

(.::)