[This is preliminary documentation and is subject to change.]
Writes JSON suitable for printing/screen display
with codes above 127 suitable for ASCII transmission
Namespace: NFX.Serialization.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static JSONWritingOptions PrettyPrintASCII { get; }
public static JSONWritingOptions PrettyPrintASCII { get; }
Public Shared ReadOnly Property PrettyPrintASCII As JSONWritingOptions
Get
Public Shared ReadOnly Property PrettyPrintASCII As JSONWritingOptions
Get
public:
static property JSONWritingOptions^ PrettyPrintASCII {
JSONWritingOptions^ get ();
}
public:
static property JSONWritingOptions^ PrettyPrintASCII {
JSONWritingOptions^ get ();
}
static member PrettyPrintASCII : JSONWritingOptions with get
static member PrettyPrintASCII : JSONWritingOptions with get
Property Value
Type:
JSONWritingOptions