Home | History | Annotate | Download | only in json

Lines Matching refs:HELLO

248 	// Given "hello", the first match should win.
249 First int `json:"HELLO"`
250 Second int `json:"Hello"`
607 in: `{"hello": 1}`,
637 in: "\"hello\xffworld\"",
639 out: "hello\ufffdworld",
642 in: "\"hello\xc2\xc2world\"",
644 out: "hello\ufffd\ufffdworld",
647 in: "\"hello\xc2\xffworld\"",
649 out: "hello\ufffd\ufffdworld",
652 in: "\"hello\\ud800world\"",
654 out: "hello\ufffdworld",
657 in: "\"hello\\ud800\\ud800world\"",
659 out: "hello\ufffd\ufffdworld",
662 in: "\"hello\\ud800\\ud800world\"",
664 out: "hello\ufffd\ufffdworld",
667 in: "\"hello\xed\xa0\x80\xed\xb0\x80world\"",
669 out: "hello\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdworld",
674 in: `{"2009-11-10T23:00:00Z": "hello world"}`,
676 out: map[time.Time]string{time.Date(2009, 11, 10, 23, 0, 0, 0, time.UTC): "hello world"},
681 in: `{"2009-11-10T23:00:00Z": "hello world"}`,
686 in: `{"asdf": "hello world"}`,
782 in: `{"V": {"F2": "hello"}}`,
793 in: `{"V": {"F4": {}, "F2": "hello"}}`,
896 {"hello\xffworld", `"hello\ufffdworld"`},
1844 a := byteKind("hello")
1865 a := []Uint8("hello")
1908 `"hello`,