System.JSON.Writers.TJsonObjectWriter Properties
InheritedProtected
| CloseOutput | public | Gets or sets a boolean value indicating whether the underlying reader should be closed when the writer is closed. |
| Container | public | |
| ContainerPath | public | Gets the path for the current JSON container type. |
| DateFormatHandling | public | Indicates how TDateTime should be handled when it is written. |
| 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. |
| InsideContainer | public | |
| JSON | public | Gets the created JSON value. |
| LineNumber | public | Indicates the current line number. |
| LinePosition | public | Indicates the current line position. |
| OwnValue | public | Indicates whether the JSON value is owned by the writer. |
| Path | public | |
| Top | public | Gets the depth level of the JSON token being written. |
| TopContainer | public | Gets the current JSON container type. |
| WriteState | public | Gets the state of the writer. |