We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3014e6f commit c9a1e2aCopy full SHA for c9a1e2a
Extensions/FreeSql.Extensions.JsonMap/JsonMapCore.cs
@@ -49,6 +49,7 @@ public static void UseJsonMap(this IFreeSql that, JsonSerializerSettings setting
49
if (isJsonMap)
50
{
51
e.ModifyResult.MapType = typeof(string);
52
+ e.ModifyResult.StringLength = -2;
53
if (_dicTypes.TryAdd(e.Property.PropertyType, true))
54
55
FreeSql.Internal.Utils.GetDataReaderValueBlockExpressionObjectToStringIfThenElse.Add((LabelTarget returnTarget, Expression valueExp, Expression elseExp, Type type) =>
0 commit comments