Field returns the field's name with the tag name taking precedence over the field's actual name. `RegisterTagNameFunc` must be registered to get tag value. eg. JSON name "fname" see StructField for comparison
()
| 119 | // eg. JSON name "fname" |
| 120 | // see StructField for comparison |
| 121 | Field() string |
| 122 | |
| 123 | // StructField returns the field's actual name from the struct, when able to determine. |
| 124 | // |
no outgoing calls