AlwaysGenerateRootObject

JsonDataLoadOptions.AlwaysGenerateRootObject property

Gets or sets a flag indicating whether a generated data source will always contain an object for a JSON root element. If a JSON root element contains a single complex property, such an object is not created by default.

public bool AlwaysGenerateRootObject { get; set; }

Remarks

The default value is false.

See Also