Class JsonMergeSettings
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JsonMergeSettings
Constructors
JsonMergeSettings()
Declaration
public JsonMergeSettings ();
Properties
MergeArrayHandling
Declaration
public Newtonsoft.Json.Linq.MergeArrayHandling MergeArrayHandling { get; set; }
Property Value
MergeArrayHandling
|
MergeNullValueHandling
Declaration
public Newtonsoft.Json.Linq.MergeNullValueHandling MergeNullValueHandling { get; set; }
Property Value
MergeNullValueHandling
|