protobuf-go/internal/encoding/json
Herbie Ong 582ab3de42 encoding/protojson: add random whitespaces in encoding output
This is meant to deter users from doing byte for byte comparison.

Change-Id: If005d2dc1eba45eaa4254171d2f247820db109e4
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/194037
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-09-07 00:48:34 +00:00
..
bench_test.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
decode_test.go all: remove non-fatal UTF-8 validation errors (and non-fatal in general) 2019-06-20 20:55:13 +00:00
decode.go all: remove non-fatal UTF-8 validation errors (and non-fatal in general) 2019-06-20 20:55:13 +00:00
encode_test.go encoding/protojson: add random whitespaces in encoding output 2019-09-07 00:48:34 +00:00
encode.go encoding/protojson: add random whitespaces in encoding output 2019-09-07 00:48:34 +00:00
number.go internal/encoding/json: improve Value.Int,Uint by reducing allocations 2019-04-06 04:16:05 +00:00
string.go encoding: use strs.UnsafeString to avoid duplicated code 2019-07-10 07:01:20 +00:00
types.go encoding/jsonpb: add support for basic unmarshaling 2019-03-15 18:53:18 +00:00