From 4f01b8b031a79da455d4f87c96b8d950cf6758de Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Tue, 5 Sep 2023 17:27:56 +0200 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b853ac5..00c0595 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,6 @@ - [x] Implement error reporting i.e. use `Either OpiumError` instead of `Maybe` - [x] Implement `Float` and `Double` decoding - [ ] Implement `UTCTime` and zoned time decoding +- [ ] Implement JSON decoding - [ ] Implement `ByteString` decoding (`bytea`) - Can we make let the fromField instance choose whether it wants binary or text?