Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2c88b61..0b619fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -208,6 +208,9 @@
 Library
 -------
 
+- Issue #17225: JSON decoder now counts columns in the first line starting
+  with 1, as in other lines.
+
 - Issue #7842: backported fix for py_compile.compile() syntax error handling.
 
 - Issue #13153: Tkinter functions now raise TclError instead of ValueError when