@hackage aeson-yak0.1.0.0

Handle JSON that may or may not be a list, or exist

According to the standard promoted by Schema.org, the following are all legally the same object: { field: [data1, data2] } { field: data } { } This library provides an intermediary data type and supporting functions to help aeson parse and output JSON conforming to this frustrating standard.