\n\nCommit migrated from 912ab18694
This commit is contained in:
Pranav K 2019-07-10 07:54:15 -07:00 committed by GitHub
parent 3c42f4436f
commit d0a69f9860
1 changed files with 2 additions and 0 deletions

View File

@ -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,
}; };
} }
} }