mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
This commit is contained in:
parent
a2964b3175
commit
c510a048ba
5 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,7 @@ Usage::
|
|||
"json": "obj"
|
||||
}
|
||||
$ echo '{ 1.2:3.4}' | python -m json.tool
|
||||
Expecting property name enclosed in double quotes: line 1 column 2 (char 2)
|
||||
Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
|
||||
|
||||
"""
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue