1 package tests 2 3 //easyjson:json 4 type MembersUnescaped struct { 5 A string `json:"漢語"` 6 } 7
View as plain text