ShellCheck-0.10.0: Shell script analysis tool
Safe HaskellNone
LanguageHaskell98

ShellCheck.Formatter.JSON1

Documentation

Orphan instances

ToJSON Fix Source # 
Instance details

Methods

toJSON :: Fix -> Value

toEncoding :: Fix -> Encoding

toJSONList :: [Fix] -> Value

toEncodingList :: [Fix] -> Encoding

omitField :: Fix -> Bool

ToJSON PositionedComment Source # 
Instance details

ToJSON Replacement Source # 
Instance details

Methods

toJSON :: Replacement -> Value

toEncoding :: Replacement -> Encoding

toJSONList :: [Replacement] -> Value

toEncodingList :: [Replacement] -> Encoding

omitField :: Replacement -> Bool