xlsx-tabular-0.1.0.1: Xlsx table decode utility

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Util.Tabular.Json

Contents

Description

JSON supports of Tabular.

Synopsis

Documentation

toJSON :: ToJSON a => a -> Value #

Convert a Haskell value to a JSON-friendly intermediate type.

Orphan instances