Serhiy Storchaka
|
49d4022d7d
|
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
|
2013-02-21 20:17:54 +02:00 |
Ezio Melotti
|
def6ee5979
|
#16476: Fix json.tool to avoid including trailing whitespace.
|
2012-11-29 02:22:49 +02:00 |
Ezio Melotti
|
d8feba904c
|
#16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka.
|
2012-11-29 02:14:52 +02:00 |
Antoine Pitrou
|
d9a5137742
|
Issue #5067: improve some json error messages.
Patch by Serhiy Storchaka.
|
2012-06-29 01:58:26 +02:00 |
Bob Ippolito
|
d914e3f861
|
merge json library with simplejson 2.0.9 (issue 4136)
|
2009-03-17 23:19:00 +00:00 |
Benjamin Peterson
|
0b7f77847a
|
PEP 8 nits in json package
|
2008-05-06 02:51:10 +00:00 |
Brett Cannon
|
4b964f9c90
|
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Ippolito.
Closes issue #2750.
|
2008-05-05 20:21:38 +00:00 |