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.
2 parents 50f4362 + 44bf0dc commit ea2738cCopy full SHA for ea2738c
Source/Orts.Formats.OR/ClocksFile.cs
@@ -69,6 +69,7 @@ protected virtual bool TryParse(JsonReader item)
69
switch (item.Path)
70
{
71
case "":
72
+ case "[]":
73
// Ignore these items.
74
break;
75
Source/Orts.Formats.OR/WeatherFile.cs
@@ -47,6 +47,7 @@ protected virtual bool TryParse(JsonReader item)
47
48
49
50
+ case "Changes[]":
51
case "Changes[].":
52
53
0 commit comments