cpython/Lib/json
Ezio Melotti fda7a8ce78 #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. 2013-03-13 01:49:57 +02:00
..
tests #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. 2013-03-13 01:49:57 +02:00
__init__.py Issue #17225: JSON decoder now counts columns in the first line starting 2013-02-21 20:17:54 +02:00
decoder.py #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. 2013-03-13 01:49:57 +02:00
encoder.py #16333: document a way to get rid of trailing whitespace when indent is used. 2012-11-29 00:22:30 +02:00
scanner.py Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container 2009-03-29 22:33:58 +00:00
tool.py Issue #17225: JSON decoder now counts columns in the first line starting 2013-02-21 20:17:54 +02:00