plutus-ledger-1.1.0.0: Wallet API
Safe HaskellNone
LanguageHaskell2010

Data.Aeson.Extras

Description

Encoding and decoding of ByteString and serialisable values as base16 encoded JSON strings

Synopsis

Documentation

newtype JSONViaSerialise a Source #

Newtype for deriving ToJSON and FromJSON for types that have a Serialise instance by just encoding the serialized bytes as a JSON string.

Constructors

JSONViaSerialise a