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 8cc7f50..401228e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -227,6 +227,9 @@
 Library
 -------
 
+- Issue #17225: JSON decoder now counts columns in the first line starting
+  with 1, as in other lines.
+
 - Issue #13700: Fix byte/string handling in imaplib authentication when an
   authobject is specified.