Updating README typo.

This commit is contained in:
Maxime Delporte
2025-10-19 11:50:17 +02:00
parent d2e38e75ac
commit 43612c90e0

View File

@@ -61,7 +61,6 @@ The following table summarizes how different Go types are mapped to JSON data ty
| chan, func, complex* | Not supported | | chan, func, complex* | Not supported |
| time.Time | RFC3339-format JSON string | | time.Time | RFC3339-format JSON string |
| []byte | Base64-encoded JSON string | | []byte | Base64-encoded JSON string |
|
The last two of these are special cases which deserve a bit more explanation : The last two of these are special cases which deserve a bit more explanation :