cpython/Lib/json
Serhiy Storchaka 920007ad76 Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
2013-02-21 20:26:52 +02:00
..
__init__.py Issue #17225: JSON decoder now counts columns in the first line starting 2013-02-21 20:26:52 +02:00
decoder.py Issue #17225: JSON decoder now counts columns in the first line starting 2013-02-21 20:26:52 +02:00
encoder.py #16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka. 2012-11-29 00:42:56 +02:00
scanner.py #16009: JSON error messages now provide more information. Patch by Serhiy Storchaka. 2013-01-03 08:44:15 +02:00
tool.py Issue #17225: JSON decoder now counts columns in the first line starting 2013-02-21 20:26:52 +02:00