[This is preliminary documentation and is subject to change.]
Writes JSON without line breaks between members and no indenting escaping any characters
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 CompactASCII { get; }
public static JSONWritingOptions CompactASCII { get; }
Public Shared ReadOnly Property CompactASCII As JSONWritingOptions
Get
Public Shared ReadOnly Property CompactASCII As JSONWritingOptions
Get
public:
static property JSONWritingOptions^ CompactASCII {
JSONWritingOptions^ get ();
}
public:
static property JSONWritingOptions^ CompactASCII {
JSONWritingOptions^ get ();
}
static member CompactASCII : JSONWritingOptions with get
static member CompactASCII : JSONWritingOptions with get
Property Value
Type:
JSONWritingOptions