aeson-yak-0.1.1.2: aeson-yak.cabal
name: aeson-yak
version: 0.1.1.2
synopsis: Handle JSON that may or may not be a list, or exist
description:
According to the standard promoted by Schema.org, the same JSON object
field may legally contain an array or a single element, be null, or be
absent entirely. This library provides an intermediary data type and
supporting functions to help aeson parse and output JSON conforming to this
frustrating behavior.
homepage: https://github.com/tejon/aeson-yak
license: MIT
license-file: LICENSE
author: Theodore Lief Gannon
maintainer: tanuki@gmail.com
copyright: Copyright (c) Theodore Lief Gannon, 2015-2017
category: Data
build-type: Simple
extra-source-files: CHANGELOG
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/tejon/aeson-yak
library
exposed-modules: Data.Aeson.Yak
build-depends: base >= 4.8 && < 5
, aeson >= 0.4
hs-source-dirs: src
default-language: Haskell2010