json-uuid-0.1.0.0: json + uuid-types
Safe HaskellNone
LanguageHaskell2010

Codec.JSON.Decoder.UUID

Description

Functions for decoding RFC 9562 UUIDs in RFC 8259 JSONs.

Synopsis

Documentation

uuid :: Decoder UUID Source #

Decode a JSON string as a UUID, in hexadecimal xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx format ("hex-and-dash"). Case-insensitive.