Safe Haskell | None |
---|---|
Language | Haskell2010 |
Util.ByteString
Synopsis
- newtype HexJSONByteString = HexJSONByteString {}
Documentation
newtype HexJSONByteString Source #
Newtype wrapper for ByteString which uses hexadecimal representation for JSON serialization.
Constructors
HexJSONByteString | |
Fields |
Instances
ToJSON HexJSONByteString Source # | |
Defined in Util.ByteString Methods toJSON :: HexJSONByteString -> Value # toEncoding :: HexJSONByteString -> Encoding # toJSONList :: [HexJSONByteString] -> Value # toEncodingList :: [HexJSONByteString] -> Encoding # | |
FromJSON HexJSONByteString Source # | |
Defined in Util.ByteString Methods parseJSON :: Value -> Parser HexJSONByteString # parseJSONList :: Value -> Parser [HexJSONByteString] # |