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 SourceCommentHandling
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. |
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. |