Skip to content

frontlinersnl/GeoJson.Converters

Repository files navigation

Inforit.GeoJson.Converters NuGet package

logo

This package contains converters and extensions to have support for BAMCIS.GeoJSON. This package is intended to be used when the conversion of BAMCIS.GeoJSON objects with System.Text.Json is required.

Using converter extension

services
    .AddControllers(options => options.Conventions.Add(new RouteTokenTransformerConvention(new KebabCaseRoutingConvention())))
    .AddJsonOptions(options => options.JsonSerializerOptions.AddConverters());

Contributor information

When making a PR please have a look at the [CONTRIBUTING] document in this repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published