...

Source file src/github.com/mailru/easyjson/tests/members_escaped.go

Documentation: github.com/mailru/easyjson/tests

     1  package tests
     2  
     3  //easyjson:json
     4  type MembersEscaped struct {
     5  	A string `json:"漢語"`
     6  }
     7  

View as plain text