标签: .net json json.net
我正在使用Newtonsoft.Json。 [JsonProperty(Required = Required.Always)]只确保元素不为null,但我也想检查空字符串以禁止它们。提前谢谢!
Newtonsoft.Json
[JsonProperty(Required = Required.Always)]