GeoJsonObject.ToJson method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.GeoJson
Assembly Skybrud.Essentials.Maps.dll

ToJson()

Returns a JSON representation of this instance.

public string ToJson()

Returns

The generated JSON string.

ToJson(Formatting)

Returns a JSON representation of this instance.

public string ToJson(Formatting formatting)

Parameters

formatting Formatting

Indicates how the output should be formatted.

Returns

The generated JSON string.