Description
Adds Aeson JSON instances for URI values from the uri-bytestring ecosystem. This lets Haskell programs encode and decode those URI values in JSON documents.
It is useful for APIs, configuration files, caches, tests, and services that move URI data through JSON. Applications should still validate whether a URI is allowed before using it for network access or redirects.