xlsx-tabular-0.1.1: Xlsx table decode utility
Codec.Xlsx.Util.Tabular.Json
Contents
Description
JSON supports of Tabular.
Synopsis
parseJSON :: FromJSON a => Value -> Parser a #
toJSON :: ToJSON a => a -> Value #
Convert a Haskell value to a JSON-friendly intermediate type.
Methods
toJSON :: CellValue -> Value #
toEncoding :: CellValue -> Encoding #
toJSONList :: [CellValue] -> Value #
toEncodingList :: [CellValue] -> Encoding #
toJSON :: RichTextRun -> Value #
toEncoding :: RichTextRun -> Encoding #
toJSONList :: [RichTextRun] -> Value #
toEncodingList :: [RichTextRun] -> Encoding #
toJSON :: TabularRow -> Value #
toEncoding :: TabularRow -> Encoding #
toJSONList :: [TabularRow] -> Value #
toEncodingList :: [TabularRow] -> Encoding #
toJSON :: TabularHead -> Value #
toEncoding :: TabularHead -> Encoding #
toJSONList :: [TabularHead] -> Value #
toEncodingList :: [TabularHead] -> Encoding #
toJSON :: Tabular -> Value #
toEncoding :: Tabular -> Encoding #
toJSONList :: [Tabular] -> Value #
toEncodingList :: [Tabular] -> Encoding #
parseJSON :: Value -> Parser CellValue #
parseJSONList :: Value -> Parser [CellValue] #
parseJSON :: Value -> Parser RichTextRun #
parseJSONList :: Value -> Parser [RichTextRun] #
parseJSON :: Value -> Parser TabularRow #
parseJSONList :: Value -> Parser [TabularRow] #
parseJSON :: Value -> Parser TabularHead #
parseJSONList :: Value -> Parser [TabularHead] #
parseJSON :: Value -> Parser Tabular #
parseJSONList :: Value -> Parser [Tabular] #