diff --git a/src/pkg/json/encode.go b/src/pkg/json/encode.go index 882ae0e70a0..8b2f99f8f01 100644 --- a/src/pkg/json/encode.go +++ b/src/pkg/json/encode.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// The json package implements encoding and decoding of JSON objects as +// defined in RFC 4627. package json import (