// Copyright 2015 The Go Authors. All rights reserved.// Use of this source code is governed by a BSD-style// license that can be found in the LICENSE file.
// Package jsonpb provides functionality to marshal and unmarshal between a// protocol buffer message and JSON. It follows the specification at// https://developers.google.com/protocol-buffers/docs/proto3#json.//// Do not rely on the default behavior of the standard encoding/json package// when called on generated message types as it does not operate correctly.//// Deprecated: Use the "google.golang.org/protobuf/encoding/protojson"// package instead.