TopoJsonOptions.NestedPropertiesSeparator

TopoJsonOptions.NestedPropertiesSeparator property

Gets or sets a string that is used to separate components of nested attributes. Default is “_”.

public string NestedPropertiesSeparator { get; set; }

Remarks

This is reading option - it does not affect writing.

See Also