Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 598c810..1b59bfd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,9 @@
 Documentation
 -------------
 
+- Issue #18840: Introduce the json module in the tutorial, and deemphasize
+  the pickle module.
+
 - Issue #19795: Improved markup of True/False constants.