In article <mailman.9998.1400063958.18130.python-l...@python.org>,
 Skip Montanaro <s...@pobox.com> wrote:

> I guess JSON doesn't have tuples

JSON has sequences, which both Python lists and tuples serialize as 
(losing the distinction between them).  In the other direction, JSON 
sequences typically unpack as lists, but I think that's just convention.  
There might be json packages which unpack them as tuples.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to