frontlinersnl / GeoJson.Converters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C# 99.7%Language:JavaScript 0.3%