| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Xlsx.Util.Tabular.Json
Contents
Description
JSON supports of Tabular.
Documentation
Orphan instances
| ToJSON CellValue # | |
| ToJSON ErrorType # | |
| ToJSON RichTextRun # | |
Methods toJSON :: RichTextRun -> Value # toEncoding :: RichTextRun -> Encoding # toJSONList :: [RichTextRun] -> Value # toEncodingList :: [RichTextRun] -> Encoding # | |
| ToJSON TabularRow # | |
Methods toJSON :: TabularRow -> Value # toEncoding :: TabularRow -> Encoding # toJSONList :: [TabularRow] -> Value # toEncodingList :: [TabularRow] -> Encoding # | |
| ToJSON TabularHead # | |
Methods toJSON :: TabularHead -> Value # toEncoding :: TabularHead -> Encoding # toJSONList :: [TabularHead] -> Value # toEncodingList :: [TabularHead] -> Encoding # | |
| ToJSON Tabular # | |
| FromJSON CellValue # | |
| FromJSON ErrorType # | |
| FromJSON RichTextRun # | |
| FromJSON TabularRow # | |
| FromJSON TabularHead # | |
| FromJSON Tabular # | |