Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71547
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!roy |
|---|---|
| From | Roy Smith <roy@panix.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: problems decoding json objects |
| Date | Wed, 14 May 2014 07:43:33 -0400 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Lines | 9 |
| Message-ID | <roy-07358D.07433314052014@news.panix.com> (permalink) |
| References | <53732AFB.8080204@googlemail.com> <mailman.9998.1400063958.18130.python-list@python.org> |
| NNTP-Posting-Host | localhost |
| X-Trace | reader1.panix.com 1400067813 13240 127.0.0.1 (14 May 2014 11:43:33 GMT) |
| X-Complaints-To | abuse@panix.com |
| NNTP-Posting-Date | Wed, 14 May 2014 11:43:33 +0000 (UTC) |
| User-Agent | MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) |
| Xref | csiph.com comp.lang.python:71547 |
Show key headers only | View raw
In article <mailman.9998.1400063958.18130.python-list@python.org>, Skip Montanaro <skip@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.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: problems decoding json objects Skip Montanaro <skip@pobox.com> - 2014-05-14 05:39 -0500 Re: problems decoding json objects Roy Smith <roy@panix.com> - 2014-05-14 07:43 -0400
csiph-web