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 :