Show / Hide Table of Contents

    Class JsonMergeSettings

    Specifies the settings used when merging JSON.

    Inheritance
    System.Object
    JsonMergeSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Json.Linq
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public class JsonMergeSettings

    Properties

    | Improve this Doc View Source

    MergeArrayHandling

    Gets or sets the method used when merging JSON arrays.

    Declaration
    public MergeArrayHandling MergeArrayHandling { get; set; }
    Property Value
    Type Description
    MergeArrayHandling

    The method used when merging JSON arrays.

    | Improve this Doc View Source

    MergeNullValueHandling

    Gets or sets how how null value properties are merged.

    Declaration
    public MergeNullValueHandling MergeNullValueHandling { get; set; }
    Property Value
    Type Description
    MergeNullValueHandling

    How null value properties are merged.

    • Improve this Doc
    • View Source
    • 0 Comments