activitystreams-aeson

An interface to the ActivityStreams specification

https://github.com/aisamanra/activitystreams-aeson

Latest on Hackage:0.2.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Getty Ritter
Maintained by [email protected]

An interface to the Activity Streams specifications, using an aeson-based representation of the underlying ActivityStream structures. An ActivityStream is a representation of social activities in JSON format, using a standard set of structures. The specification is very flexible in allowing most fields to be omitted, while also allowing arbitrary new fields to be created when necessary. This library attempts to maximize type safety while retaining the flexibility present in the specification.