Enum MergeArrayHandling
Specifies how JSON arrays are merged together.
Namespace: Bayat.Json.Linq
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum MergeArrayHandling
Fields
Name | Description |
---|---|
Concat | Concatenate arrays. |
Merge | Merge array items together, matched by index. |
Replace | Replace all array items. |
Union | Union arrays, skipping items that already exist. |