diff --git a/doc/go1.22.html b/doc/go1.22.html index 07901c82ab..2f08803221 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -409,6 +409,17 @@ defer func() { +
encoding/json
+
+

+ Marshaling and encoding functionality now escapes + '\b' and '\f' characters as + \b and \f instead of + \u0008 and \u000c. +

+
+
+
go/ast