aeson-warning-parser

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

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

LTS Haskell 22.18:0.1.1
Stackage Nightly 2024-04-27:0.1.1
Latest on Hackage:0.1.1

See all snapshots aeson-warning-parser appears in

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

Module documentation for 0.1.1

aeson-warning-parser

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

Changes

Changelog for aeson-warning-parser

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

The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.

0.1.1 - 2023-12-07

  • ...: and ...:? no longer smother fail messages if a single key is present in the object.

0.1.0 - 2023-07-08

  • Spin out module Pantry.Internal.AesonExtended from package pantry-0.8.3.