Json Options (dotnet/extensions#1993)
\n\nCommit migrated from 912ab18694
This commit is contained in:
parent
3c42f4436f
commit
d0a69f9860
|
|
@ -9,7 +9,9 @@ namespace Microsoft.JSInterop
|
||||||
{
|
{
|
||||||
public static readonly JsonSerializerOptions Options = new JsonSerializerOptions
|
public static readonly JsonSerializerOptions Options = new JsonSerializerOptions
|
||||||
{
|
{
|
||||||
|
MaxDepth = 32,
|
||||||
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
||||||
|
PropertyNameCaseInsensitive = true,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue