PreserveSpaces

JsonDataLoadOptions.PreserveSpaces property

Gets or sets a flag indicating whether leading and trailing spaces should be preserved when loading string values of JSON data.

public bool PreserveSpaces { get; set; }

Remarks

The default value is false.

See Also