cpython/Lib/test/test_json
Carson Radtke cfa25fe3e3
gh-113149: Improve error message when JSON has trailing comma (GH-113227)
2023-12-17 20:52:26 +02:00
..
__init__.py Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)" (#105948) 2023-06-26 20:35:53 +02:00
__main__.py
test_decode.py
test_default.py gh-100272: Fix JSON serialization of OrderedDict (GH-100273) 2022-12-17 14:32:48 +02:00
test_dump.py
test_encode_basestring_ascii.py
test_enum.py
test_fail.py gh-113149: Improve error message when JSON has trailing comma (GH-113227) 2023-12-17 20:52:26 +02:00
test_float.py gh-99925: Fix inconsistency in `json.dumps()` error messages (GH-99926) 2022-12-20 12:54:56 +02:00
test_indent.py
test_pass1.py
test_pass2.py
test_pass3.py
test_recursion.py
test_scanstring.py
test_separators.py
test_speedups.py
test_tool.py
test_unicode.py