aeson-0.3.2.1: Fast JSON parsing and generation

Data.Aeson.Parser

Synopsis

Documentation

json :: Parser ValueSource

Parse a top-level JSON value. This must be either an object or an array.

value :: Parser ValueSource

Parse any JSON value. Use json in preference to this function if you are parsing data from an untrusted source.