Browse Source

Don't enable case-insensitivity for json by default

Bond_009 4 years ago
parent
commit
fd7b215c28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      MediaBrowser.Common/Json/JsonDefaults.cs

+ 0 - 1
MediaBrowser.Common/Json/JsonDefaults.cs

@@ -31,7 +31,6 @@ namespace MediaBrowser.Common.Json
             WriteIndented = false,
             WriteIndented = false,
             DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
             DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
             NumberHandling = JsonNumberHandling.AllowReadingFromString,
             NumberHandling = JsonNumberHandling.AllowReadingFromString,
-            PropertyNameCaseInsensitive = true,
             Converters =
             Converters =
             {
             {
                 new JsonGuidConverter(),
                 new JsonGuidConverter(),