From 43612c90e0cb91d70e30d950c12df19d5e8d32d8 Mon Sep 17 00:00:00 2001 From: Maxime Delporte Date: Sun, 19 Oct 2025 11:50:17 +0200 Subject: [PATCH] Updating README typo. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 96486cc..1839e1f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ The following table summarizes how different Go types are mapped to JSON data ty | chan, func, complex* | Not supported | | time.Time | RFC3339-format JSON string | | []byte | Base64-encoded JSON string | -| The last two of these are special cases which deserve a bit more explanation :