You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use the GeoJSON.Net library, which uses Newtonsoft.Json. The modern .net-core library has its own (more performant) Json-libarary. The GeoJson.Net-clone that uses this native library is called GeoJSON.Text and is now the recommended version.
Advantage: we can drop the Newtonsoft-dependency to get cleaner code and have some performance gains.
The text was updated successfully, but these errors were encountered:
Currently, we use the GeoJSON.Net library, which uses Newtonsoft.Json. The modern .net-core library has its own (more performant) Json-libarary. The GeoJson.Net-clone that uses this native library is called GeoJSON.Text and is now the recommended version.
Advantage: we can drop the Newtonsoft-dependency to get cleaner code and have some performance gains.
The text was updated successfully, but these errors were encountered: