diff --git a/Data/Aeson/Types.hs b/Data/Aeson/Types.hs index 26e21e085..d9eaf9114 100644 --- a/Data/Aeson/Types.hs +++ b/Data/Aeson/Types.hs @@ -20,6 +20,7 @@ module Data.Aeson.Types , Series , Array , emptyArray + , isEmptyArray , Pair , Object , emptyObject diff --git a/changelog.md b/changelog.md index e2d8eabb5..532b3aee8 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ For the latest version of this document, please see [https://github.com/bos/aeso ## Upcoming * Exposes internal helper functions like ``, `JSONPath`, and `parseIndexedJSON` from `Data.Aeson` module. Does not include any breaking changes. +* Exposes `isEmptyArray` from `Data.Aeson.Types` module. ### 1.4.2.0