Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
[Fork] [Fork] [Fork] https://stackoverflow.com/questions/66495660/net-5-0-signature-change-of-system-text-json-jsonserializer-deserialize by dbc_MinLength
Environment version: .NET 9.0.0 (9.0.0)
Json.NET version: Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed

Testing naming strategy Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy:
Version = 101
  Name: Version, JSON Name: version, Value = 101
  Name: FooBarProperty, JSON Name: foo_bar_property, Value = 4
  Name: AlltypesName, JSON Name: ALLTYPES_NAME, Value = 1
  Name: Information, JSON Name: INFORMATION, Value = 2
  Name: DecimalInformation, JSON Name: DECIMAL_DATA, Value = 3
Testing naming strategy Newtonsoft.Json.Serialization.DefaultNamingStrategy:
Version = 101
  Name: Version, JSON Name: Version, Value = 101
  Name: FooBarProperty, JSON Name: FooBarProperty, Value = 4
  Name: AlltypesName, JSON Name: ALLTYPES_NAME, Value = 1
  Name: Information, JSON Name: INFORMATION, Value = 2
  Name: DecimalInformation, JSON Name: DECIMAL_DATA, Value = 3
Testing naming strategy Newtonsoft.Json.Serialization.CamelCaseNamingStrategy:
Version = 101
  Name: Version, JSON Name: version, Value = 101
  Name: FooBarProperty, JSON Name: fooBarProperty, Value = 4
  Name: AlltypesName, JSON Name: ALLTYPES_NAME, Value = 1
  Name: Information, JSON Name: INFORMATION, Value = 2
  Name: DecimalInformation, JSON Name: DECIMAL_DATA, Value = 3
Cached Result
Last Run: 3:32:16 pm
Compile: 0.03s
Execute: 0.19s
Memory: 17.44Mb
CPU: 0.22s