Home | History | Annotate | Download | only in json

Lines Matching refs:Encoding

9 	"encoding"
99 var _ encoding.TextUnmarshaler = (*unmarshalerText)(nil)
126 var _ encoding.TextUnmarshaler = (*u8marshal)(nil)
535 // Map keys can be encoding.TextUnmarshalers.
655 // Used to be issue 8305, but time.Time implements encoding.TextUnmarshaler so this works now.
678 // either the old base64 string encoding or the new per-element encoding can be
1060 t.Errorf("Encoding of [%s]:\n got [%s]\nwant [%s]", input, s, expected)
1754 t.Error("Items should be equal after encoding and then decoding")