Class JsonLoadSettings
- Namespace
- Newtonsoft.Json.Linq
- Assembly
- Newtonsoft.Json.dll
public class JsonLoadSettings
- Inheritance
-
JsonLoadSettings
- Inherited Members
- Extension Methods
Constructors
JsonLoadSettings()
public JsonLoadSettings()
Properties
CommentHandling
public CommentHandling CommentHandling { get; set; }
Property Value
DuplicatePropertyNameHandling
public DuplicatePropertyNameHandling DuplicatePropertyNameHandling { get; set; }
Property Value
LineInfoHandling
public LineInfoHandling LineInfoHandling { get; set; }