Open
Description
I'd like to implement a caching GitHub API server (see TokTok/hs-github-tools#43) that is kept up to date via webhooks. This requires the GitHub types to be convertible back to JSON in a way that the result can be parsed again by GitHub API clients. Currently, there are FromJSON
instances for all types, but no ToJSON
ones.
Are there plans to support a transformation back to JSON?