Data.JsonStream.Parser

How to use this library

Performance

Constant space decoding

Aeson compatibility

The Parser type

data Parser a

data ParseOutput a

Parsing functions

runParser

runParser'

parseByteString

parseLazyByteString

FromJSON parser

value

string

bytestring

Constant space parsers

safeString

number

integer

real

bool

jNull

Convenience aeson-like operators

(.:)

(.:?)

(.!=)

(.!)

Structure parsers

objectWithKey

objectItems

objectValues

arrayOf

arrayWithIndexOf

indexedArrayOf

nullable

Parsing modifiers

defaultValue

filterI

takeI

toList