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 4aea7e6 + b473174 commit a68257eCopy full SHA for a68257e
1 file changed
src/GeoJSON.Text/Converters/PositionConverter.cs
@@ -44,7 +44,7 @@ public override IPosition Read(
44
45
try
46
{
47
- coordinates = JsonSerializer.Deserialize<double[]>(ref reader);
+ coordinates = JsonSerializer.Deserialize<double[]>(ref reader, options);
48
}
49
catch (Exception e)
50
0 commit comments