Data.API.JSON

Representation of JSON parsing errors

data JSONError

type JSONWarning

data Expected

data FormatExpected

type Position

data Step

prettyJSONErrorPositions

prettyJSONError

prettyStep

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

failWith

expectedArray

expectedBool

expectedInt

expectedObject

expectedString

badFormat

withInt

withIntRange

withBinary

withBool

withText

withRegEx

withUTC

withUTCRange

withVersion

withField

withDefaultField

(.:.)

(.::)

withUnion