System.JSON.Writers.TJsonTextWriter Properties
InheritedProtected
CloseOutput | public | Gets or sets a boolean value indicating whether the underlying reader should be closed when the writer is closed. |
ContainerPath | public | Gets the path for the current JSON container type. |
DateFormatHandling | public | Gets or sets how dates are written to JSON text. |
DateTimeZoneHandling | public | Property that indicates how the TDateTime should be treated when written. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
EmptyValueHandling | public | Gets or sets how to write empty values in types as array and string. |
ExtendedJsonMode | public | Gets or sets the mode in which the writer should operate when writing extended tokens, such as TJsonOid or TJsonRegEx. |
FloatFormatHandling | public | Gets or sets float format handling options to write special floating point numbers. |
FormatSettings | public | Gets or sets the format settings used to convert numbers and datetimes. |
Formatting | public | Indicates how JSON text output is formatted. |
Indentation | public | Gets or sets how many IndentChar characters to write for each level in the hierarchy, when Formatting is set to Indented . |
IndentChar | public | Gets or sets which character to use for indenting, when Formatting is set to Indented . |
InsideContainer | public | |
LineNumber | public | Indicates the current line number. |
LinePosition | public | Indicates the current line position. |
Path | public | |
QuoteChar | public | Gets or sets which character to use to quote attribute values. |
QuoteName | public | Gets or sets a value indicating if object names are surrounded by a QuoteChar, usually quotes. |
StringEscapeHandling | public | Gets or sets how strings are escaped when writing JSON text. |
Top | public | Gets the depth level of the JSON token being written. |
TopContainer | public | Gets the current JSON container type. |
Writer | public | Gets the underlying writer. |
WriteState | public | Gets the state of the writer. |