Show / Hide Table of Contents

    Class JsonLoadSettings

    Specifies the settings used when loading JSON.

    Inheritance
    System.Object
    JsonLoadSettings
    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 JsonLoadSettings

    Properties

    | Improve this Doc View Source

    CommentHandling

    Gets or sets how JSON comments are handled when loading JSON.

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

    The JSON comment handling.

    | Improve this Doc View Source

    LineInfoHandling

    Gets or sets how JSON line info is handled when loading JSON.

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

    The JSON line info handling.

    • Improve this Doc
    • View Source
    • 0 Comments