System.JSON.Readers.TJsonTextReader Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CloseInputpublicGets or sets a boolean value to indicate whether the underlying stream or TTextReader should be closed when the reader is closed.
CurrentStatepublicState of the reader.
DateParseHandlingpublicDetermines whether JSON dates are parsed as strings (TJsonDateParseHandling.None) or as instances of TDateTime (TJsonDateParseHandling.DateTime).
DateTimeZoneHandlingpublicIndicates how TDateTime values are serialized when reading JSON.
DepthpublicGets the depth of the current token in the JSON document.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
ExtendedJsonModepublicGets or sets the JSON parse mode.
FormatSettingspublicGets or sets local information used by the string formatting routine.
LineNumberpublicGets the current line number.
LinePositionpublicGets the current line position within a line.
MaxDepthpublicGets or sets the maximum Depth of nested level allowed when reading JSON.
PathpublicGets the path of the current JSON token.
QuoteCharpublicGets or sets which character to use to quote string values.
ReaderpublicGets the underlying TTextReader.
SupportMultipleContentpublicGets or sets a value indicating whether multiple pieces of JSON content can be read from a continuous stream without erroring.
TokenTypepublicType of the JSON token where the reader is.
ValuepublicValue of the JSON token where the reader is.