Commit 0d264746 authored by rajender's avatar rajender Committed by Brad Fitzpatrick

encoding/json: update RFC number

Existing docs mention obsolete RFC 4627. Update it with current one,
https://tools.ietf.org/html/rfc7159.

Current implementation already adhere to RFC 7159.

Fixes #22888

Change-Id: I705ec1313f6f655b3bc41d2f847b30e479bf9b15
Reviewed-on: https://go-review.googlesource.com/79995Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 5419ed3a
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// Package json implements encoding and decoding of JSON as defined in // Package json implements encoding and decoding of JSON text as defined in
// RFC 4627. The mapping between JSON and Go values is described // RFC 7159. The mapping between JSON and Go values is described
// in the documentation for the Marshal and Unmarshal functions. // in the documentation for the Marshal and Unmarshal functions.
// //
// See "JSON and Go" for an introduction to this package: // See "JSON and Go" for an introduction to this package:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment