aeson-warning-parser

Library providing JSON parser that warns about unexpected fields in objects.

https://github.com/commercialhaskell/aeson-warning-parser#readme

LTS Haskell 23.27:0.1.1
Stackage Nightly 2025-07-12:0.1.1
Latest on Hackage:0.1.1

See all snapshotsaeson-warning-parser appears in

BSD-3-Clause licensedbyMichael Snoyman
Maintained byMike Pilgrem
This version can be pinned in stack with:aeson-warning-parser-0.1.1@sha256:e5b81492d39bfe5de99fdc838e54e0fc0f2e290eb9fcfd4531cabf24baeada76,1353

Module documentation for 0.1.1

Used by 2 packages inlts-23.17(full list with versions):

aeson-warning-parser

A Haskell library that provides a JSON parser that warns about unexpected fieldsin objects.

Changes

Changelog foraeson-warning-parser

All notable changes to this project will be documented in this file.

The format is based onKeep a Changelog,and this project adheres to theHaskell Package Versioning Policy.

0.1.1 - 2023-12-07

  • ...: and...:? no longer smotherfail messages if a single key ispresent in the object.

0.1.0 - 2023-07-08

  • Spin out modulePantry.Internal.AesonExtended from packagepantry-0.8.3.