decode

Parse a ByteString to your type. The error is produced by attoparsec and is not very useful.

decode :: FromRon a => ByteString -> Either String a