Data.Json.Parser

Parsing from different types

parseJsonBs

parseJsonBsl

parseJsonT

Description how to parse JSON to a Haskell type

class JsonReadable t

DSL to easily create parser for custom Haskell types

runParseSpec

data ObjSpec ts

data ParseSpec k

data KeyedConstr k

(<||>)

class ConstrTagger r

data TypedKey t

reqKey

optKey

typedKeyKey

Low level JSON parsing helpers

readObject

type Parser

data WrappedValue

getValueByKey

getOptValueByKey