packages feed

marvin-0.0.1: src/Marvin/Util/JSON.hs

{-|
Module      : $Header$
Description : Working with json in marvin
Copyright   : (c) Justus Adam, 2016
License     : BSD3
Maintainer  : dev@justus.science
Stability   : experimental
Portability : POSIX

This is provisionary, this might get properly wrapped at some point.
-}
module Marvin.Util.JSON
    ( module Data.Aeson
    , module Data.Aeson.TH
    ) where


import           Data.Aeson
import           Data.Aeson.TH