JSONWritingOptions ASCIITarget FieldNFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies whether the target of serialization only deals with ASCII characeters, so any non-ASCII character with code above 127 must be escaped with unicode escape sequence

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute]
public bool ASCIITarget

Field Value

Type: OnlineBoolean
See Also