release:6.0.3.34
This commit is contained in:
@@ -24,7 +24,7 @@ public static class SystemTextJsonExtensions
|
|||||||
WriteIndented = true, // 使用缩进格式化输出
|
WriteIndented = true, // 使用缩进格式化输出
|
||||||
Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping,
|
Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping,
|
||||||
PropertyNameCaseInsensitive = true,
|
PropertyNameCaseInsensitive = true,
|
||||||
DefaultIgnoreCondition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull, // 忽略空值属性
|
//DefaultIgnoreCondition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull, // 忽略空值属性
|
||||||
NumberHandling = JsonNumberHandling.AllowNamedFloatingPointLiterals,//NaN支持
|
NumberHandling = JsonNumberHandling.AllowNamedFloatingPointLiterals,//NaN支持
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>6.0.3.33</Version>
|
<Version>6.0.3.34</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Reference in New Issue
Block a user