We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab845b commit 0a96647Copy full SHA for 0a96647
src/CIM.Cson/Internal/CustomizedJsonSerializer.cs
@@ -21,7 +21,7 @@ static JsonSerializerSettings GetSettings()
21
{
22
new ObjectReferenceSerializer(),
23
new MeasurementTypeSerializer3(),
24
- new StringEnumConverter();
+ new StringEnumConverter()
25
},
26
DateFormatHandling = DateFormatHandling.IsoDateFormat,
27
ContractResolver = new CustomizedContractResolver(),
0 commit comments