Popularity
3.1
Declining
Activity
0.0
Stable
5
3
0

Monthly Downloads: 28
Programming language: Haskell
License: MIT License
Tags: Data     Web     Aeson    

aeson-yak alternatives and similar packages

Based on the "aeson" category.
Alternatively, view aeson-yak alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of aeson-yak or a related project?

Add another 'aeson' Package

README

aeson-yak

A Haskell helper library to help aeson parse and output JSON elements 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 shave that stupid yak.