Class ReadFromJsonFileArgs
- Namespace
- SunamoJson.Args
- Assembly
- SunamoJson.dll
Arguments for reading JSON from a file.
public class ReadFromJsonFileArgs
- Inheritance
-
ReadFromJsonFileArgs
- Inherited Members
- Extension Methods
Properties
TwoSingleToBackslash
Gets or sets a value indicating whether to replace single backslashes with double backslashes.
public bool TwoSingleToBackslash { get; set; }