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