<PackageReference Include="Newtonsoft.Json" Version="6.0.8" />

MergeArrayHandling

public enum MergeArrayHandling
Specifies how JSON arrays are merged together.
namespace Newtonsoft.Json.Linq { public enum MergeArrayHandling { Concat, Union, Replace, Merge } }