Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 704 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 704 Bytes

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.