diff --git a/serializing.html b/serializing.html index cf83b7a..88abd9b 100644 --- a/serializing.html +++ b/serializing.html @@ -406,7 +406,7 @@ def protocol_version(file_object):
null
None
-Did you notice what was missing? Tuples & bytes! JSON has an array type, which the json module maps to a Python list, but it does not have a separate type for “frozen arrays” (tuples). And while JSON supports strings quite nicely, it has no support for bytes objects or byte arrays.