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.
services
.AddControllers(options => options.Conventions.Add(new RouteTokenTransformerConvention(new KebabCaseRoutingConvention())))
.AddJsonOptions(options => options.JsonSerializerOptions.AddConverters());
When making a PR please have a look at the [CONTRIBUTING] document in this repository.